From b00fee1340d7d6f8c9f4ae328519d8889a9d916b Mon Sep 17 00:00:00 2001 From: Robin Gong Date: Mon, 15 Sep 2014 16:13:55 +0800 Subject: [PATCH] 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) --- arch/arm/boot/dts/imx6sl.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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>; -- 2.17.1