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

hesling.maxime at orange.fr hesling.maxime at orange.fr
Wed Apr 15 12:59:35 CEST 2020


From: Maxime Hesling <hesling.maxime at 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
-- 
2.25.2



More information about the U-Boot mailing list