SAMA5 clocking: USB clock setup needs to be done no matter the state of BMS and not matter how we are booting

This commit is contained in:
Gregory Nutt
2014-04-05 11:53:20 -06:00
parent abca33bd6b
commit 6c5535cc38
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2256,7 +2256,7 @@ int cdcacm_classobject(int minor, FAR struct usbdevclass_driver_s **classdev)
/* Initialize the serial driver sub-structure */
/* The initial state is disconnected */
/* The initial state is disconnected */
#ifdef CONFIG_SERIAL_REMOVABLE
priv->serdev.disconnected = true;