From patchwork Wed Apr 15 10:59:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "hesling.maxime at orange.fr" X-Patchwork-Id: 237799 List-Id: U-Boot discussion From: hesling.maxime at orange.fr (hesling.maxime at orange.fr) Date: Wed, 15 Apr 2020 12:59:35 +0200 Subject: [PATCH] USB: Add USB support in u-boot for OrangePi Win/Plus Message-ID: <20200415105935.6667-1-hesling.maxime@orange.fr> From: Maxime Hesling 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