aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRanjani Vaidyanathan <Ranjani.Vaidyanathan@freescale.com>2014-03-04 16:06:30 -0500
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:58:02 -0400
commit706e6b4cd46aea01d0fbb1f5ba2c19a5f5e035a7 (patch)
treed208a967fe2a2d3f95d16dcce061fa29cb5cbb67
parent10c52555bb5dc8f20697dbba17228ecbac3c096e (diff)
ENGR00299939-1 ARM: dts: imx6sl:Add dummy LDO2p5 regulator to support vbus wakeup
LDO2p5 cannot be disabled in low power idle mode when the USB driver enables VBUS wakeup. To identify when LDO2p5 can be disabled add a dummy regulator that the USB driver will enable when VBUS wakeup is required. This patch adds the dummy regulator to the dts files. Signed-off-by: Ranjani Vaidyanathan <Ranjani.Vaidyanathan@freescale.com>
-rw-r--r--arch/arm/boot/dts/imx6sl.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
index 77e1e83547ac..6309af99342d 100644
--- a/arch/arm/boot/dts/imx6sl.dtsi
+++ b/arch/arm/boot/dts/imx6sl.dtsi
@@ -89,6 +89,10 @@
89 compatible = "fsl,imx6-dummy-pureg"; /* only used in ldo-bypass */ 89 compatible = "fsl,imx6-dummy-pureg"; /* only used in ldo-bypass */
90 }; 90 };
91 91
92 reg_vbus_wakeup: usb_vbus_wakeup {
93 compatible = "fsl,imx6-dummy-ldo2p5";
94 };
95
92 mxs_viim { 96 mxs_viim {
93 compatible = "fsl,mxs_viim"; 97 compatible = "fsl,mxs_viim";
94 reg = <0x02098000 0x1000>, /* GPT base */ 98 reg = <0x02098000 0x1000>, /* GPT base */
@@ -739,6 +743,7 @@
739 compatible = "fsl,imx6sl-usbmisc", "fsl,imx6q-usbmisc"; 743 compatible = "fsl,imx6sl-usbmisc", "fsl,imx6q-usbmisc";
740 reg = <0x02184800 0x200>; 744 reg = <0x02184800 0x200>;
741 clocks = <&clks IMX6SL_CLK_USBOH3>; 745 clocks = <&clks IMX6SL_CLK_USBOH3>;
746 vbus-wakeup-supply = <&reg_vbus_wakeup>;
742 }; 747 };
743 748
744 fec: ethernet@02188000 { 749 fec: ethernet@02188000 {