ARM: dts: vf610-colibri: Add USB support
authorStefan Agner <stefan@agner.ch>
Mon, 18 Aug 2014 20:07:16 +0000 (22:07 +0200)
committerShawn Guo <shawn.guo@freescale.com>
Tue, 16 Sep 2014 02:25:54 +0000 (10:25 +0800)
Add USB support for Colibri VF61 modules. The Colibri standard pinout
defines a pin for USB over-current. However, due to lack of pinmux
options, the USB hosts over-current protection signal of the Colibri
standard could not be connected to the PHY's over-current protection.
Hence we need to disable the over-current functionality of the USB
controller.

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

index e595c292ed575d1cbce70ba03e874d7fd373d342..0cd83434b073695e7ae99849443a33e6d19b55b3 100644 (file)
        pinctrl-0 = <&pinctrl_uart2>;
 };
 
+&usbdev0 {
+       disable-over-current;
+       status = "okay";
+};
+
+&usbh1 {
+       disable-over-current;
+       status = "okay";
+};
+
 &iomuxc {
        vf610-colibri {
                pinctrl_esdhc1: esdhc1grp {
This page took 0.026811 seconds and 5 git commands to generate.