diff options
author | Chen-Yu Tsai <wens@csie.org> | 2018-03-12 00:23:55 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-03-12 04:43:25 -0400 |
commit | 42e681f3b30fb359a7b11db9b0f03e6a2babae4b (patch) | |
tree | f1a64073ca4b85ed02d5baf8b593639abab0483a | |
parent | c5440962f436fa6bcba8f9ca3b37b70133b587f0 (diff) |
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 <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
-rw-r--r-- | arch/arm/boot/dts/sun8i-a33-olinuxino.dts | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
102 | 102 | ||
103 | #include "axp223.dtsi" | 103 | #include "axp223.dtsi" |
104 | 104 | ||
105 | &ac_power_supply { | ||
106 | status = "okay"; | ||
107 | }; | ||
108 | |||
109 | &battery_power_supply { | ||
110 | status = "okay"; | ||
111 | }; | ||
112 | |||
105 | ®_aldo1 { | 113 | ®_aldo1 { |
106 | regulator-always-on; | 114 | regulator-always-on; |
107 | regulator-min-microvolt = <3300000>; | 115 | regulator-min-microvolt = <3300000>; |