aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx28-cfa10049.dts
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2012-09-03 10:15:25 -0400
committerShawn Guo <shawn.guo@linaro.org>2012-09-03 10:38:27 -0400
commit186e3d943a2e8cd42b2c87cba7413168e8159d3e (patch)
tree3272a8fd6255c3a115c30c6ee4c0d1561d523fc5 /arch/arm/boot/dts/imx28-cfa10049.dts
parentdb84c038d6d7ff5ad1f18e2613b4d67583a7e40f (diff)
ARM: dts: mxs: Enable USB1 Host on the CFA-10049 expansion board
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28-cfa10049.dts')
-rw-r--r--arch/arm/boot/dts/imx28-cfa10049.dts25
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10049.dts b/arch/arm/boot/dts/imx28-cfa10049.dts
index e0e4b8cad628..557befe1830d 100644
--- a/arch/arm/boot/dts/imx28-cfa10049.dts
+++ b/arch/arm/boot/dts/imx28-cfa10049.dts
@@ -26,6 +26,31 @@
26 pinctrl-0 = <&i2c1_pins_a>; 26 pinctrl-0 = <&i2c1_pins_a>;
27 status = "okay"; 27 status = "okay";
28 }; 28 };
29
30 usbphy1: usbphy@8007e000 {
31 status = "okay";
32 };
33 };
34 };
35
36 ahb@80080000 {
37 usb1: usb@80090000 {
38 vbus-supply = <&reg_usb1_vbus>;
39 pinctrl-0 = <&usbphy1_pins_a>;
40 pinctrl-names = "default";
41 status = "okay";
42 };
43 };
44
45 regulators {
46 compatible = "simple-bus";
47
48 reg_usb1_vbus: usb1_vbus {
49 compatible = "regulator-fixed";
50 regulator-name = "usb1_vbus";
51 regulator-min-microvolt = <5000000>;
52 regulator-max-microvolt = <5000000>;
53 gpio = <&gpio0 7 1>;
29 }; 54 };
30 }; 55 };
31}; 56};