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

ARM: dts: sun6i: hummingbird: Enable AXP221 DC5LDO regulator as "vdd-cpus"

The DC5LDO regulator supplies VDD-CPUS, which is for the embedded
controller in the A31 SoC.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Chen-Yu Tsai and committed by
Maxime Ripard
d92ff422 6ea0d8d8

+6
+6
arch/arm/boot/dts/sun6i-a31-hummingbird.dts
··· 200 200 regulator-name = "avcc"; 201 201 }; 202 202 203 + &reg_dc5ldo { 204 + regulator-min-microvolt = <700000>; 205 + regulator-max-microvolt = <1320000>; 206 + regulator-name = "vdd-cpus"; 207 + }; 208 + 203 209 &reg_dcdc1 { 204 210 regulator-always-on; 205 211 regulator-min-microvolt = <3000000>;