diff options
author | Quentin Schulz <[email protected]> | 2016-12-09 12:04:18 +0100 |
---|---|---|
committer | Maxime Ripard <[email protected]> | 2017-01-12 10:07:11 +0100 |
commit | 73a9b73a076e30fa74bc9efc955abadf8f02cc81 (patch) | |
tree | a1473d21cea2912430f53915bec8be7d0bea77a2 | |
parent | a13792cfe0e2f290b96deb50c62b1ef0a00b5327 (diff) |
ARM: dts: sun8i: parrot: use AXP223 DTSI
Previously, the Allwinner Parrot R16 used everything declared in AXP221
DTSI while it has an AXP223 PMIC.
This corrects that so the Allwinner Parrot R16 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-r16-parrot.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-r16-parrot.dts b/arch/arm/boot/dts/sun8i-r16-parrot.dts index 6e42adbde60b..e4da572427b1 100644 --- a/arch/arm/boot/dts/sun8i-r16-parrot.dts +++ b/arch/arm/boot/dts/sun8i-r16-parrot.dts @@ -201,7 +201,7 @@ }; }; -#include "axp22x.dtsi" +#include "axp223.dtsi" ®_aldo1 { regulator-always-on; |