[PATCH v2 2/2] ARM: shmobile: lager: enable USB PHY
From: Sergei Shtylyov <hidden>
Date: 2014-05-23 22:29:35
Also in:
linux-devicetree, linux-sh
From: Sergei Shtylyov <hidden>
Date: 2014-05-23 22:29:35
Also in:
linux-devicetree, linux-sh
Enable USB PHY device for the Lager board. Signed-off-by: Sergei Shtylyov <redacted> --- Changes in version 2: - refreshed the patch. arch/arm/boot/dts/r8a7790-lager.dts | 4 ++++ 1 file changed, 4 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7790-lager.dts ===================================================================
--- renesas.orig/arch/arm/boot/dts/r8a7790-lager.dts
+++ renesas/arch/arm/boot/dts/r8a7790-lager.dts@@ -350,3 +350,7 @@ pinctrl-0 = <&usb2_pins>; pinctrl-names = "default"; }; + +&usbphy { + status = "okay"; +};