From: Alexandre Bailon Date: Wed, 16 Nov 2016 11:07:36 +0000 (+0100) Subject: ARM: dts: da850-lcdk: Enable the usb otg device node X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=83de086cc89410a8d4e0b6345e8a1116797ea703;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: dts: da850-lcdk: Enable the usb otg device node This enables the usb otg controller for the lcdk board. Signed-off-by: Alexandre Bailon Signed-off-by: Sekhar Nori --- diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts index 7b8ab21fed6c..03f9bfda5385 100644 --- a/arch/arm/boot/dts/da850-lcdk.dts +++ b/arch/arm/boot/dts/da850-lcdk.dts @@ -158,6 +158,14 @@ rx-num-evt = <32>; }; +&usb_phy { + status = "okay"; +}; + +&usb0 { + status = "okay"; +}; + &aemif { pinctrl-names = "default"; pinctrl-0 = <&nand_pins>;