]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx23-evk: enable USB PHY and controller
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 16 Jul 2013 12:56:12 +0000 (09:56 -0300)
committerShawn Guo <shawn.guo@linaro.org>
Fri, 16 Aug 2013 08:26:44 +0000 (16:26 +0800)
The i.MX23EVK board provides a USB port so the USB PHY and controller
need to be enabled for it to be usable.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx23-evk.dts

index da0588a041317f91c20a384c8cce6794b0d1d4df..dc3ab45cb24e6d131905a255846b7ddd209a1b0f 100644 (file)
                                pinctrl-0 = <&duart_pins_a>;
                                status = "okay";
                        };
+
+                       usbphy0: usbphy@8007c000 {
+                               status = "okay";
+                       };
+               };
+       };
+
+       ahb@80080000 {
+               usb0: usb@80080000 {
+                       status = "okay";
                };
        };