[PATCH] USB: Add USB support in u-boot for OrangePi Win/Plus

From: Maxime Hesling hesling.maxime@orange.fr
Make USB devices (keyboard, storage...) working in u-boot for OrangePi Win/Plus. --- configs/orangepi_win_defconfig | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configs/orangepi_win_defconfig b/configs/orangepi_win_defconfig index 047a6b7d84..c7c4c37407 100644 --- a/configs/orangepi_win_defconfig +++ b/configs/orangepi_win_defconfig @@ -7,6 +7,8 @@ CONFIG_MACPWR="PD14" CONFIG_SPL_SPI_SUNXI=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-orangepi-win" +CONFIG_USB0_ID_DET="PH9" +CONFIG_USB1_VBUS_PIN="PD7" CONFIG_PHY_REALTEK=y CONFIG_SUN8I_EMAC=y CONFIG_USB_EHCI_HCD=y

On Wed, Apr 15, 2020 at 4:32 PM hesling.maxime@orange.fr wrote:
From: Maxime Hesling hesling.maxime@orange.fr
Make USB devices (keyboard, storage...) working in u-boot for OrangePi Win/Plus.
S-o-B ? commit message?
Jagan.
participants (2)
-
hesling.maxime@orange.fr
-
Jagan Teki