From: Chen-Yu Tsai Date: Thu, 25 May 2017 07:31:36 +0000 (+0800) Subject: ARM: sun4i: a10: cubieboard: Enable AXP209's ACIN power supply X-Git-Tag: v4.13-rc1~168^2~14^2~12 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2fb90080db2c76e2ffcce1b8b3867250091b4d65;p=karo-tx-linux.git ARM: sun4i: a10: cubieboard: Enable AXP209's ACIN power supply The ACIN pins of the AXP209 PMIC on the Cubieboard are tied to the DC jack on the board. Enable the ACIN power supply. Signed-off-by: Chen-Yu Tsai Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun4i-a10-cubieboard.dts b/arch/arm/boot/dts/sun4i-a10-cubieboard.dts index a698a994e5ff..404ce7694899 100644 --- a/arch/arm/boot/dts/sun4i-a10-cubieboard.dts +++ b/arch/arm/boot/dts/sun4i-a10-cubieboard.dts @@ -182,6 +182,10 @@ #include "axp209.dtsi" +&ac_power_supply { + status = "okay"; +}; + ®_dcdc2 { regulator-always-on; regulator-min-microvolt = <1000000>;