On Sat, Oct 13, 2018 at 4:09 PM Oskari Lemmela <oskari@xxxxxxxxxxx> wrote: > > AXP803 is compatible with AXP813. Add DT nodes ADC, GPIO, > AC and battery power supplies. > > Signed-off-by: Oskari Lemmela <oskari@xxxxxxxxxxx> > Reviewed-by: Quentin Schulz <quentin.schulz@xxxxxxxxxxx> > --- > arch/arm64/boot/dts/allwinner/axp803.dtsi | 31 +++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > > diff --git a/arch/arm64/boot/dts/allwinner/axp803.dtsi b/arch/arm64/boot/dts/allwinner/axp803.dtsi > index e5eae8bafc42..128177178615 100644 > --- a/arch/arm64/boot/dts/allwinner/axp803.dtsi > +++ b/arch/arm64/boot/dts/allwinner/axp803.dtsi > @@ -49,6 +49,37 @@ > interrupt-controller; > #interrupt-cells = <1>; > > + ac_power_supply: ac-power-supply { > + compatible = "x-powers,axp813-ac-power-supply"; Even though they seem to be compatible, please add a model specific compatible string in front for all the new nodes just in case. In this case it would be "x-powers,axp803-ac-power-supply". ChenYu > + status = "disabled"; > + }; > + > + axp_adc: adc { > + compatible = "x-powers,axp813-adc"; > + #io-channel-cells = <1>; > + }; > + > + axp_gpio: gpio { > + compatible = "x-powers,axp813-gpio"; > + gpio-controller; > + #gpio-cells = <2>; > + > + gpio0_ldo: gpio0-ldo { > + pins = "GPIO0"; > + function = "ldo"; > + }; > + > + gpio1_ldo: gpio1-ldo { > + pins = "GPIO1"; > + function = "ldo"; > + }; > + }; > + > + battery_power_supply: battery-power-supply { > + compatible = "x-powers,axp813-battery-power-supply"; > + status = "disabled"; > + }; > + > regulators { > /* Default work frequency for buck regulators */ > x-powers,dcdc-freq = <3000>; > -- > 2.17.1 >