ARM: dts: vf610: enable USB misc/phy nodes where necessary
authorStefan Agner <stefan@agner.ch>
Tue, 4 Nov 2014 13:07:09 +0000 (14:07 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 23 Nov 2014 07:08:12 +0000 (15:08 +0800)
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>
arch/arm/boot/dts/vf-colibri.dtsi
arch/arm/boot/dts/vf610-twr.dts

index ab9616d..2371760 100644 (file)
        status = "okay";
 };
 
+&usbmisc0 {
+       status = "okay";
+};
+
+&usbmisc1 {
+       status = "okay";
+};
+
+&usbphy0 {
+       status = "okay";
+};
+
+&usbphy1 {
+       status = "okay";
+};
+
 &iomuxc {
        vf610-colibri {
                pinctrl_gpio_ext: gpio_ext {
index 793a376..a0f7621 100644 (file)
        status = "okay";
 };
 
+&usbmisc0 {
+       status = "okay";
+};
+
+&usbmisc1 {
+       status = "okay";
+};
+
 &usbphy0 {
        status = "okay";
 };