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

ARM: dts: imx6qdl: Allow disabling the PU regulator, add a enable ramp delay

The PU regulator is enabled during boot, but not necessarily always-on.
It can be disabled by the generic pm domain framework when the PU power
domain is shut down. The ramp delay of 150 us might be a bit conservative,
the value is taken from the Freescale kernel.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

authored by

Philipp Zabel and committed by
Shawn Guo
40130d32 016dbd7a

+1 -1
+1 -1
arch/arm/boot/dts/imx6qdl.dtsi
··· 600 600 regulator-name = "vddpu"; 601 601 regulator-min-microvolt = <725000>; 602 602 regulator-max-microvolt = <1450000>; 603 - regulator-always-on; 603 + regulator-enable-ramp-delay = <150>; 604 604 anatop-reg-offset = <0x140>; 605 605 anatop-vol-bit-shift = <9>; 606 606 anatop-vol-bit-width = <5>;