From: Jagan Teki Date: Mon, 7 May 2018 07:33:45 +0000 (+0530) Subject: ARM: dts: sun8i-h3: bananapi-m2-plus: Sync usb otg nodes from Linux X-Git-Tag: v2018.07-rc1~8^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=426a234f5ce6859db9829eec5ce80b4bf288c3eb;p=platform%2Fkernel%2Fu-boot.git ARM: dts: sun8i-h3: bananapi-m2-plus: Sync usb otg nodes from Linux Bananapi-m2-plus has usb otg routed host with either EHCI0/OHCI0 sync the same from Linux. Signed-off-by: Jagan Teki Acked-by: Jun Nie --- diff --git a/arch/arm/dts/sun8i-h3-bananapi-m2-plus.dts b/arch/arm/dts/sun8i-h3-bananapi-m2-plus.dts index f3b1d5f..e766aa3 100644 --- a/arch/arm/dts/sun8i-h3-bananapi-m2-plus.dts +++ b/arch/arm/dts/sun8i-h3-bananapi-m2-plus.dts @@ -93,6 +93,10 @@ }; }; +&ehci0 { + status = "okay"; +}; + &ehci1 { status = "okay"; }; @@ -146,6 +150,10 @@ status = "okay"; }; +&ohci0 { + status = "okay"; +}; + &ohci1 { status = "okay"; }; @@ -189,6 +197,11 @@ status = "okay"; }; +&usb_otg { + dr_mode = "otg"; + status = "okay"; +}; + &usbphy { /* USB VBUS is on as long as VCC-IO is on */ status = "okay";