diff mbox

[v2,2/2] ARM: shmobile: silk: enable USB PHY

Message ID 1759135.UUeR1nn4JC@wasted.cogentembedded.com (mailing list archive)
State Accepted
Commit 1f4f6317ab67c118f54c94c24aa6b7dbfc2babec
Headers show

Commit Message

Sergei Shtylyov Oct. 1, 2015, 10:06 p.m. UTC
Enable USB PHY device for the SILK board.

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

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


--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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