aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2013-08-12 04:46:24 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-08-22 11:29:59 -0400
commit015fa46d8043b2e37039df4ebf424055cbfa5e14 (patch)
treefc5660731033b42addcc1ce26243a5c154adf594 /arch/arm/boot
parenta919c69c593d13435f454af3e93668f211f91841 (diff)
ARM: dtsi: imx6qdl-sabresd: Add USB host 1 VBUS regulator
We enabled USB host 1, so host 1's vbus should be on to let host 1 work. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/imx6qdl-sabresd.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
index 9bfdf624a616..c6d6156941a6 100644
--- a/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-sabresd.dtsi
@@ -27,6 +27,15 @@
27 enable-active-high; 27 enable-active-high;
28 }; 28 };
29 29
30 reg_usb_h1_vbus: usb_h1_vbus {
31 compatible = "regulator-fixed";
32 regulator-name = "usb_h1_vbus";
33 regulator-min-microvolt = <5000000>;
34 regulator-max-microvolt = <5000000>;
35 gpio = <&gpio1 29 0>;
36 enable-active-high;
37 };
38
30 reg_audio: wm8962_supply { 39 reg_audio: wm8962_supply {
31 compatible = "regulator-fixed"; 40 compatible = "regulator-fixed";
32 regulator-name = "wm8962-supply"; 41 regulator-name = "wm8962-supply";
@@ -161,6 +170,7 @@
161 MX6QDL_PAD_NANDF_D3__GPIO2_IO03 0x80000000 170 MX6QDL_PAD_NANDF_D3__GPIO2_IO03 0x80000000
162 MX6QDL_PAD_GPIO_0__CCM_CLKO1 0x130b0 171 MX6QDL_PAD_GPIO_0__CCM_CLKO1 0x130b0
163 MX6QDL_PAD_NANDF_CLE__GPIO6_IO07 0x80000000 172 MX6QDL_PAD_NANDF_CLE__GPIO6_IO07 0x80000000
173 MX6QDL_PAD_ENET_TXD1__GPIO1_IO29 0x80000000
164 >; 174 >;
165 }; 175 };
166 }; 176 };
@@ -203,6 +213,7 @@
203}; 213};
204 214
205&usbh1 { 215&usbh1 {
216 vbus-supply = <&reg_usb_h1_vbus>;
206 status = "okay"; 217 status = "okay";
207}; 218};
208 219