ARM: dts: ux500: Add device tree include for AB8505
authorStephan Gerhold <stephan@gerhold.net>
Thu, 19 Dec 2019 20:20:45 +0000 (21:20 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 25 Dec 2019 23:09:49 +0000 (00:09 +0100)
commit6299f3002bc1641d0b2533b5ccc6e02833d6caac
tree5b70ea42ca6be9a4ed03f99b566c501fe11ee5c1
parent9956b94eea28d8f70c7d304d3accc4fc64eb81f5
ARM: dts: ux500: Add device tree include for AB8505

AB8505 is a slightly newer version of AB8500.
Overall it is quite similar, but there are some differences like
the number of GPIOs and regulators. Therefore we need a separate
device tree definition for devices making use of AB8505.

The AB8500-specific nodes were moved out of ste-dbx5x0.dtsi in
commit a46f7c6762d8 ("ARM: dts: ux500: Move ab8500 nodes to ste-ab8500.dtsi").
Add a new "ste-ab8505.dtsi" device tree include in a similar way.

Keep the battery/charging related sub-devices disabled by default
since they require additional configuration to work correctly.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20191219202052.19039-3-stephan@gerhold.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-ab8505.dtsi [new file with mode: 0644]