Fix OPT A error "B-OPT Did not detect reset after connecting"
hub 1-0:1.0: hub_suspend
usb usb1: suspend fail, err -16
usb usb1: 'global' suspend -16
hub 1-0:1.0: activate --> -108
Signed-off-by: Tony Lindgren <tony@atomide.com>
                DBG(1, "HNP: Stopping in unknown state %s\n",
                        otg_state_string(musb));
        }
+
+       /*
+        * When returning to A state after HNP, avoid hub_port_rebounce(),
+        * which cause occasional OPT A "Did not receive reset after connect"
+        * errors.
+        */
+       musb->port1_status &=
+               ~(1 << USB_PORT_FEAT_C_CONNECTION);
 }
 
 #endif