]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(allwinner): check RSB availability in DT on H6
authorAndre Przywara <andre.przywara@arm.com>
Wed, 1 Feb 2023 22:28:37 +0000 (22:28 +0000)
committerAndre Przywara <andre.przywara@arm.com>
Fri, 3 Feb 2023 13:31:28 +0000 (13:31 +0000)
commit658b3154d5b06a467b65cb79d31da751ffc6f5a4
tree7b52510ed2f418a892750f2d5275c55d3b57884e
parent49b268ce3036b2645c3a0caeaefb625f7a2d5982
fix(allwinner): check RSB availability in DT on H6

At the moment we access the RSB bus on all Allwinner H6 boards
unconditionally, even though some boards do not have any PMIC at all,
while others have some I2C devices connected to the same pins.
The latter case is just fragile, but the first case leads to a hang on
at least one board, as reported by Jernej.

Scan the devicetree, to check for the availability of the RSB bus node.
Proceed only if the RSB DT node is actually enabled.

Change-Id: Iea7dcfe3e085e173334d098ec4ddcb6c4b085771
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reported-by: Jernej Skrabec <jernej.skrabec@gmail.com>
plat/allwinner/sun50i_h6/sunxi_power.c