arm-trusted-firmware/plat/allwinner/sun50i_a64
Andre Przywara c48d02bade allwinner: regulators: pick correct DT subnode
So far the DT node describing the AXP803 PMIC used in many Allwinner A64
boards had only one subnode, so our code just entering the first subnode
to find all regulators worked fine.

However recent DT updates in the Linux kernel add more subnodes *before*
that, so we need to make sure to explicitly enter the "regulators"
subnode to find the information we are after.

Improve some DT node parsing error handling on the way.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2019-03-08 15:35:30 +00:00
..
include Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
platform.mk allwinner: A64: Add AXP803 PMIC support to power off the board 2018-10-20 16:23:59 +01:00
sunxi_power.c allwinner: regulators: pick correct DT subnode 2019-03-08 15:35:30 +00:00