diff options
author | Quentin Schulz <[email protected]> | 2016-12-09 12:04:19 +0100 |
---|---|---|
committer | Maxime Ripard <[email protected]> | 2017-01-12 10:26:01 +0100 |
commit | 3995d3f40bdb5f53e32890c66d2b995ddc10fbf7 (patch) | |
tree | aa36b0edba44030ab11af92a493b5c0da33824bc | |
parent | 73a9b73a076e30fa74bc9efc955abadf8f02cc81 (diff) |
ARM: dts: sun8i: reference-design: use AXP223 DTSI
Previously, the sun8i tablets used everything declared in AXP221 DTSI
while they have an AXP223 PMIC.
This corrects that so the sun8i tablets can get some features the AXP223
has (at the moment, ability to have 100mA as maximal current on VBUS
power supply).
Signed-off-by: Quentin Schulz <[email protected]>
Acked-by: Chen-Yu Tsai <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/sun8i-reference-design-tablet.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-reference-design-tablet.dtsi b/arch/arm/boot/dts/sun8i-reference-design-tablet.dtsi index c821c307a76b..7097c18ff487 100644 --- a/arch/arm/boot/dts/sun8i-reference-design-tablet.dtsi +++ b/arch/arm/boot/dts/sun8i-reference-design-tablet.dtsi @@ -130,7 +130,7 @@ }; }; -#include "axp22x.dtsi" +#include "axp223.dtsi" ®_aldo1 { regulator-always-on; |