Skip to content
Snippets Groups Projects
Commit c48d02ba authored by Andre Przywara's avatar Andre Przywara Committed by Dimitris Papastamos
Browse files

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: default avatarAndre Przywara <andre.przywara@arm.com>
parent c6c10b02
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment