diff mbox series

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

Message ID 20200415105935.6667-1-hesling.maxime@orange.fr
State New
Headers show
Series USB: Add USB support in u-boot for OrangePi Win/Plus | expand

Commit Message

hesling.maxime at orange.fr April 15, 2020, 10:59 a.m. UTC
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(+)

Comments

Jagan Teki April 20, 2020, 6:22 p.m. UTC | #1
On Wed, Apr 15, 2020 at 4:32 PM <hesling.maxime at orange.fr> wrote:
>
> From: Maxime Hesling <hesling.maxime at orange.fr>
>
> Make USB devices (keyboard, storage...) working in u-boot for OrangePi Win/Plus.
> ---

S-o-B ?
commit message?

Jagan.
diff mbox series

Patch

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