summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6sl.dtsi
diff options
context:
space:
mode:
authorRobin Gong <b38343@freescale.com>2014-09-15 16:13:55 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:24:27 +0800
commitd41e9ed32a0b335ae09ac4cc5af3e20fadf91cc7 (patch)
treeefbd9e6a46bf62a404d24ae4dafb4af0e0d512ae /arch/arm/boot/dts/imx6sl.dtsi
parenta1ee08d315d089244a279a390b6ae09e90ea4168 (diff)
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 <b38343@freescale.com> (cherry picked from commit f3c0df15fbecce36cae531a4a919d544f9ea8e2a) (cherry picked from commit ec113127f090c225dd731383b6fb950c02ae1f0b)
Diffstat (limited to 'arch/arm/boot/dts/imx6sl.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6sl.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
index 3c3894c6d61c..b7a9b5c0e274 100644
--- a/arch/arm/boot/dts/imx6sl.dtsi
+++ b/arch/arm/boot/dts/imx6sl.dtsi
@@ -640,7 +640,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>;