diff options
author | Stefan Agner <stefan@agner.ch> | 2014-11-04 08:07:09 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-11-23 02:08:12 -0500 |
commit | ac039cd95b60d2ffa0e8c5e0d04534a9a2b761ad (patch) | |
tree | ede8bad03cc46f55d55967beca35a495737e08da | |
parent | 2b36bda3fbed64ad23e6f6b250912b57aeb1371f (diff) |
ARM: dts: vf610: enable USB misc/phy nodes where necessary
Since restructuring of the device tree files, the USB misc/phy
nodes are disabled by default. Hence we need to enable those
explicitly when USB is used.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/vf-colibri.dtsi | 16 | ||||
-rw-r--r-- | arch/arm/boot/dts/vf610-twr.dts | 8 |
2 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf-colibri.dtsi b/arch/arm/boot/dts/vf-colibri.dtsi index ab9616d7df90..237176008a38 100644 --- a/arch/arm/boot/dts/vf-colibri.dtsi +++ b/arch/arm/boot/dts/vf-colibri.dtsi | |||
@@ -75,6 +75,22 @@ | |||
75 | status = "okay"; | 75 | status = "okay"; |
76 | }; | 76 | }; |
77 | 77 | ||
78 | &usbmisc0 { | ||
79 | status = "okay"; | ||
80 | }; | ||
81 | |||
82 | &usbmisc1 { | ||
83 | status = "okay"; | ||
84 | }; | ||
85 | |||
86 | &usbphy0 { | ||
87 | status = "okay"; | ||
88 | }; | ||
89 | |||
90 | &usbphy1 { | ||
91 | status = "okay"; | ||
92 | }; | ||
93 | |||
78 | &iomuxc { | 94 | &iomuxc { |
79 | vf610-colibri { | 95 | vf610-colibri { |
80 | pinctrl_gpio_ext: gpio_ext { | 96 | pinctrl_gpio_ext: gpio_ext { |
diff --git a/arch/arm/boot/dts/vf610-twr.dts b/arch/arm/boot/dts/vf610-twr.dts index 793a376fa265..a0f762159cb2 100644 --- a/arch/arm/boot/dts/vf610-twr.dts +++ b/arch/arm/boot/dts/vf610-twr.dts | |||
@@ -294,6 +294,14 @@ | |||
294 | status = "okay"; | 294 | status = "okay"; |
295 | }; | 295 | }; |
296 | 296 | ||
297 | &usbmisc0 { | ||
298 | status = "okay"; | ||
299 | }; | ||
300 | |||
301 | &usbmisc1 { | ||
302 | status = "okay"; | ||
303 | }; | ||
304 | |||
297 | &usbphy0 { | 305 | &usbphy0 { |
298 | status = "okay"; | 306 | status = "okay"; |
299 | }; | 307 | }; |