]> Git Repo - linux.git/commitdiff
ARM: dts: sun8i: a33-olinuxino: use AXP223 DTSI
authorQuentin Schulz <[email protected]>
Fri, 9 Dec 2016 11:04:16 +0000 (12:04 +0100)
committerMaxime Ripard <[email protected]>
Thu, 12 Jan 2017 09:05:36 +0000 (10:05 +0100)
Previously, the Olimex A33-OlinuXino used everything declared in AXP221
DTSI while it has an AXP223 PMIC.

This corrects that so the Olimex A33-OlinuXino 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]>
arch/arm/boot/dts/sun8i-a33-olinuxino.dts

index 231d115d19971929355a1594de1895bda2c54b3d..be9a6b8d7a1e405f79d91760287171f268b1cf4c 100644 (file)
        };
 };
 
-#include "axp22x.dtsi"
+#include "axp223.dtsi"
 
 &reg_aldo1 {
        regulator-always-on;
This page took 0.078824 seconds and 4 git commands to generate.