From: Jagan Teki Date: Mon, 7 May 2018 07:33:44 +0000 (+0530) Subject: arm64: allwinner: a64: bananapi-m64: Sync usb host nodes from Linux X-Git-Tag: v2018.07-rc1~8^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=90dd2756a0ba67002627549c63764aa2f9919288;p=u-boot arm64: allwinner: a64: bananapi-m64: Sync usb host nodes from Linux Sync bananapi-m64 usb host nodes from Linux. Signed-off-by: Jagan Teki Acked-by: Jun Nie --- diff --git a/arch/arm/dts/sun50i-a64-bananapi-m64.dts b/arch/arm/dts/sun50i-a64-bananapi-m64.dts index 80405e5b26..dcde4a4881 100644 --- a/arch/arm/dts/sun50i-a64-bananapi-m64.dts +++ b/arch/arm/dts/sun50i-a64-bananapi-m64.dts @@ -68,6 +68,14 @@ }; }; +&ehci0 { + status = "okay"; +}; + +&ehci1 { + status = "okay"; +}; + &i2c1 { pinctrl-names = "default"; pinctrl-0 = <&i2c1_pins>; @@ -108,6 +116,14 @@ status = "okay"; }; +&ohci0 { + status = "okay"; +}; + +&ohci1 { + status = "okay"; +}; + &uart0 { pinctrl-names = "default"; pinctrl-0 = <&uart0_pins_a>;