diff options
author | Stefan Agner <stefan@agner.ch> | 2014-08-18 16:07:16 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-09-15 22:25:54 -0400 |
commit | 0500953b4970ac1c56a26492024e74480982c088 (patch) | |
tree | 3ecc32fc917e4104aa750fffd9f468b41cb2d1a7 /arch | |
parent | 763dab227874c0550bdc0aed5b1e4ac04ea3971a (diff) |
ARM: dts: vf610-colibri: Add USB support
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/vf610-colibri.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf610-colibri.dtsi b/arch/arm/boot/dts/vf610-colibri.dtsi index e595c292ed57..0cd83434b073 100644 --- a/arch/arm/boot/dts/vf610-colibri.dtsi +++ b/arch/arm/boot/dts/vf610-colibri.dtsi | |||
@@ -59,6 +59,16 @@ | |||
59 | pinctrl-0 = <&pinctrl_uart2>; | 59 | pinctrl-0 = <&pinctrl_uart2>; |
60 | }; | 60 | }; |
61 | 61 | ||
62 | &usbdev0 { | ||
63 | disable-over-current; | ||
64 | status = "okay"; | ||
65 | }; | ||
66 | |||
67 | &usbh1 { | ||
68 | disable-over-current; | ||
69 | status = "okay"; | ||
70 | }; | ||
71 | |||
62 | &iomuxc { | 72 | &iomuxc { |
63 | vf610-colibri { | 73 | vf610-colibri { |
64 | pinctrl_esdhc1: esdhc1grp { | 74 | pinctrl_esdhc1: esdhc1grp { |