Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Anson Huang and committed by
Shawn Guo
6ff9ec2f 48dd72f8

-1
-1
arch/arm/boot/dts/imx6sl.dtsi
··· 588 588 regulator-name = "vddpu"; 589 589 regulator-min-microvolt = <725000>; 590 590 regulator-max-microvolt = <1450000>; 591 - regulator-always-on; 592 591 anatop-reg-offset = <0x140>; 593 592 anatop-vol-bit-shift = <9>; 594 593 anatop-vol-bit-width = <5>;