ARM: dts: vf610-twr: Add USB support
authorStefan Agner <stefan@agner.ch>
Mon, 18 Aug 2014 20:07:17 +0000 (22:07 +0200)
committerShawn Guo <shawn.guo@freescale.com>
Tue, 16 Sep 2014 02:25:55 +0000 (10:25 +0800)
Add USB support for Freescale Vybrid tower. The USB hosts over-current
protection signal is not connected to the PHY's over- current
protection, hence we need to disable it.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/vf610-twr.dts

index 82d16acc998e7becc379a4773bf6a1825ab99b82..189b6975fe7d99eaca1941bf1e5725a353fbd52c 100644 (file)
        pinctrl-0 = <&pinctrl_uart2>;
        status = "okay";
 };
+
+&usbdev0 {
+       disable-over-current;
+       status = "okay";
+};
+
+&usbh1 {
+       disable-over-current;
+       status = "okay";
+};
This page took 0.026668 seconds and 5 git commands to generate.