From: Chen-Yu Tsai Date: Mon, 12 Mar 2018 04:23:55 +0000 (+0800) Subject: ARM: dts: sun8i: a33: Enable PMIC power supplies on A33-OLinuXino X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=42e681f3b30fb359a7b11db9b0f03e6a2babae4b;p=openwrt%2Fstaging%2Fblogic.git ARM: dts: sun8i: a33: Enable PMIC power supplies on A33-OLinuXino The A33-OLinuXino has a DC jack wired to the onboard PMIC's ACIN pins. There is also a battery connector, wired to the PMIC's battery charger. Enable the power supplies for both these components. Signed-off-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun8i-a33-olinuxino.dts b/arch/arm/boot/dts/sun8i-a33-olinuxino.dts index 2723bb0221e7..29573b513f7d 100644 --- a/arch/arm/boot/dts/sun8i-a33-olinuxino.dts +++ b/arch/arm/boot/dts/sun8i-a33-olinuxino.dts @@ -102,6 +102,14 @@ #include "axp223.dtsi" +&ac_power_supply { + status = "okay"; +}; + +&battery_power_supply { + status = "okay"; +}; + ®_aldo1 { regulator-always-on; regulator-min-microvolt = <3300000>;