From: Robin Gong Date: Mon, 15 Sep 2014 08:13:55 +0000 (+0800) Subject: MLK-12423: ARM: dts: imx6sl: remove always-on for vddpu X-Git-Tag: C0P2-H0.0--20200415~3685 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=b00fee1340d7d6f8c9f4ae328519d8889a9d916b;p=linux.git MLK-12423: ARM: dts: imx6sl: remove always-on for vddpu PU can be dynamically turned off or on, so we need remove "regulator-always-on" property. Signed-off-by: Robin Gong (cherry picked from commit f3c0df15fbecce36cae531a4a919d544f9ea8e2a) (cherry picked from commit ec113127f090c225dd731383b6fb950c02ae1f0b) --- diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index 4de7937d4838..936f862d834f 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -645,7 +645,8 @@ regulator-name = "vddpu"; regulator-min-microvolt = <725000>; regulator-max-microvolt = <1450000>; - regulator-always-on; + regulator-enable-ramp-delay = <150>; + regulator-boot-on; anatop-reg-offset = <0x140>; anatop-vol-bit-shift = <9>; anatop-vol-bit-width = <5>;