From 04c1d380f64f4cacb6f4be6add3874860ca5eb31 Mon Sep 17 00:00:00 2001 From: Ranjani Vaidyanathan Date: Tue, 4 Mar 2014 15:06:30 -0600 Subject: [PATCH] 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 --- arch/arm/boot/dts/imx6sl.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index 08da767635bb..1e4a2e72efb6 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -89,6 +89,10 @@ compatible = "fsl,imx6-dummy-pureg"; /* only used in ldo-bypass */ }; + reg_vbus_wakeup: usb_vbus_wakeup { + compatible = "fsl,imx6-dummy-ldo2p5"; + }; + mxs_viim { compatible = "fsl,mxs_viim"; reg = <0x02098000 0x1000>, /* GPT base */ @@ -738,6 +742,7 @@ compatible = "fsl,imx6sl-usbmisc", "fsl,imx6q-usbmisc"; reg = <0x02184800 0x200>; clocks = <&clks IMX6SL_CLK_USBOH3>; + vbus-wakeup-supply = <®_vbus_wakeup>; }; fec: ethernet@02188000 { -- 2.39.2