File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 446446 #define CONFIG_USB_STORAGE 1
447447 #define CONFIG_USB_XHCI 1
448448 #define CONFIG_USB_XHCI_AMLOGIC_V2 1
449- /* USB OTG Power Enable */
450- #define CONFIG_USB_GPIO_PWR GPIOEE(GPIOH_6)
451- #define CONFIG_USB_GPIO_PWR_NAME "GPIOH_6"
452449 /* USB Host Hub Reset */
453450 #define CONFIG_USB_HUB_RST_N GPIOEE(GPIOH_4)
454451 #define CONFIG_USB_HUB_RST_N_NAME "GPIOH_4"
Original file line number Diff line number Diff line change 1818
1919#include "odroid-g12-common.h"
2020
21+ #if defined(CONFIG_CMD_USB )
22+ /* USB OTG Power Enable */
23+ #define CONFIG_USB_GPIO_PWR GPIOEE(GPIOAO_2)
24+ #define CONFIG_USB_GPIO_PWR_NAME "GPIOAO_2"
25+ #endif
26+
2127#endif
Original file line number Diff line number Diff line change 1919
2020#include "odroid-g12-common.h"
2121
22+ #if defined(CONFIG_CMD_USB )
23+ /* USB OTG Power Enable */
24+ #define CONFIG_USB_GPIO_PWR GPIOEE(GPIOH_6)
25+ #define CONFIG_USB_GPIO_PWR_NAME "GPIOH_6"
26+ #endif
27+
2228#endif
You can’t perform that action at this time.
0 commit comments