Message ID | 20180312042116.18513-1-wens@csie.org (mailing list archive) |
---|---|
State | Mainlined, archived |
Headers | show |
On Mon, Mar 12, 2018 at 12:21:16PM +0800, Chen-Yu Tsai wrote: > The A23/A33 reference tablet design has a DC barrel tied to the ACIN > of the PMIC. And being a tablet, it has a Li-Po battery. > > Enable both power supplies in the device tree. > > Signed-off-by: Chen-Yu Tsai <wens@csie.org> Applied, thanks! Maxime
diff --git a/arch/arm/boot/dts/sun8i-reference-design-tablet.dtsi b/arch/arm/boot/dts/sun8i-reference-design-tablet.dtsi index f51f37cc721d..880096c7e252 100644 --- a/arch/arm/boot/dts/sun8i-reference-design-tablet.dtsi +++ b/arch/arm/boot/dts/sun8i-reference-design-tablet.dtsi @@ -124,6 +124,14 @@ #include "axp223.dtsi" +&ac_power_supply { + status = "okay"; +}; + +&battery_power_supply { + status = "okay"; +}; + ®_aldo1 { regulator-always-on; regulator-min-microvolt = <3000000>;
The A23/A33 reference tablet design has a DC barrel tied to the ACIN of the PMIC. And being a tablet, it has a Li-Po battery. Enable both power supplies in the device tree. Signed-off-by: Chen-Yu Tsai <wens@csie.org> --- arch/arm/boot/dts/sun8i-reference-design-tablet.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+)