From: Chen-Yu Tsai Date: Sat, 10 Oct 2015 14:48:59 +0000 (+0800) Subject: ARM: dts: sun6i: hummingbird: Enable AXP221 DC5LDO regulator as "vdd-cpus" X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d92ff4228c57cf781170562fda431163e9f72760;p=linux-beck.git 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 Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun6i-a31-hummingbird.dts b/arch/arm/boot/dts/sun6i-a31-hummingbird.dts index a9b87ae89855..9a74637f677f 100644 --- a/arch/arm/boot/dts/sun6i-a31-hummingbird.dts +++ b/arch/arm/boot/dts/sun6i-a31-hummingbird.dts @@ -200,6 +200,12 @@ regulator-name = "avcc"; }; +®_dc5ldo { + regulator-min-microvolt = <700000>; + regulator-max-microvolt = <1320000>; + regulator-name = "vdd-cpus"; +}; + ®_dcdc1 { regulator-always-on; regulator-min-microvolt = <3000000>;