diff mbox

[2/2] ARM: shmobile: koelsch: enable USB PHY

Message ID 201404090224.56114.sergei.shtylyov@cogentembedded.com (mailing list archive)
State New, archived
Headers show

Commit Message

Sergei Shtylyov April 8, 2014, 10:24 p.m. UTC
Enable USB PHY device for the Lager board. 

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
 arch/arm/boot/dts/r8a7791-koelsch.dts |    4 ++++
 1 file changed, 4 insertions(+)

Comments

Sergei Shtylyov April 9, 2014, 2:18 p.m. UTC | #1
Hello.

On 04/09/2014 02:24 AM, Sergei Shtylyov wrote:

> Enable USB PHY device for the Lager board.

    Apparently, it should be Koelsch.

> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

WBR, Sergei
diff mbox

Patch

Index: renesas/arch/arm/boot/dts/r8a7791-koelsch.dts
===================================================================
--- renesas.orig/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ renesas/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -409,3 +409,7 @@ 
 	pinctrl-0 = <&usb1_pins>;
 	pinctrl-names = "default";
 };
+
+&usbphy {
+	status = "okay";
+};