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>
This commit is contained in:
Peter Chen 2013-08-12 16:46:24 +08:00 committed by Shawn Guo
parent a919c69c59
commit 015fa46d80
1 changed files with 11 additions and 0 deletions

View File

@ -27,6 +27,15 @@
enable-active-high; enable-active-high;
}; };
reg_usb_h1_vbus: usb_h1_vbus {
compatible = "regulator-fixed";
regulator-name = "usb_h1_vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
gpio = <&gpio1 29 0>;
enable-active-high;
};
reg_audio: wm8962_supply { reg_audio: wm8962_supply {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "wm8962-supply"; regulator-name = "wm8962-supply";
@ -161,6 +170,7 @@
MX6QDL_PAD_NANDF_D3__GPIO2_IO03 0x80000000 MX6QDL_PAD_NANDF_D3__GPIO2_IO03 0x80000000
MX6QDL_PAD_GPIO_0__CCM_CLKO1 0x130b0 MX6QDL_PAD_GPIO_0__CCM_CLKO1 0x130b0
MX6QDL_PAD_NANDF_CLE__GPIO6_IO07 0x80000000 MX6QDL_PAD_NANDF_CLE__GPIO6_IO07 0x80000000
MX6QDL_PAD_ENET_TXD1__GPIO1_IO29 0x80000000
>; >;
}; };
}; };
@ -203,6 +213,7 @@
}; };
&usbh1 { &usbh1 {
vbus-supply = <&reg_usb_h1_vbus>;
status = "okay"; status = "okay";
}; };