ARM: dts: sunxi: Add dtsi for AXP81x PMIC
authorChen-Yu Tsai <wens@csie.org>
Wed, 18 Oct 2017 08:31:32 +0000 (16:31 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 2 Nov 2017 08:04:44 +0000 (09:04 +0100)
commit11a5176882614ffd664ce74bd2b0b51bac1fe4a9
tree37234b79497f1c5d92e098d5f017002d0306a9b8
parent44a94c7ef989317de81e3e7f84385be2bf1b5fe2
ARM: dts: sunxi: Add dtsi for AXP81x PMIC

The AXP81x family of PMIC is used with the Allwinner A83T and H8 SoCs.
This includes the AXP813 and AXP818. There is no discernible difference
except the labeling. The AXP813 is paired with the A83T, while the
AXP818 is paired with the H8.

This patch adds a dtsi file for all the common bindings for these two
PMICs. Currently this is just listing all the regulator nodes. The
regulators are initialized based on their device node names.

In the future this would be expanded to include power supplies and
GPIO controllers.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/axp81x.dtsi [new file with mode: 0644]