From: Anson Huang Date: Tue, 6 Nov 2018 09:19:41 +0000 (+0000) Subject: ARM: dts: imx6sl: vddpu is NOT an always-on regulator X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6ff9ec2fea5ff2054520029cc717bca8a93b53a7;p=linux.git ARM: dts: imx6sl: vddpu is NOT an always-on regulator Remove "regulator-always-on" property for vddpu regulator since it can be OFF when GPU power domain is OFF. Signed-off-by: Anson Huang Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index 9bbc5b0adf85c..557d3fda1db90 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -588,7 +588,6 @@ regulator-name = "vddpu"; regulator-min-microvolt = <725000>; regulator-max-microvolt = <1450000>; - regulator-always-on; anatop-reg-offset = <0x140>; anatop-vol-bit-shift = <9>; anatop-vol-bit-width = <5>;