ARM: dts: sun6i: hummingbird: Enable AXP221 DC5LDO regulator as "vdd-cpus"
authorChen-Yu Tsai <wens@csie.org>
Sat, 10 Oct 2015 14:48:59 +0000 (22:48 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 13 Oct 2015 18:46:36 +0000 (20:46 +0200)
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>
arch/arm/boot/dts/sun6i-a31-hummingbird.dts

index a9b87ae..9a74637 100644 (file)
        regulator-name = "avcc";
 };
 
+&reg_dc5ldo {
+       regulator-min-microvolt = <700000>;
+       regulator-max-microvolt = <1320000>;
+       regulator-name = "vdd-cpus";
+};
+
 &reg_dcdc1 {
        regulator-always-on;
        regulator-min-microvolt = <3000000>;