arm-trusted-firmware/plat/allwinner/sun50i_h6
Andre Przywara 159c52491a allwinner: sun50i_h6: initialise I2C just before powering down
Even though we initialise the platform part and the I2C controller
itself at boot time, we actually only access the bus on power down.
Meanwhile a rich OS might have configured the I2C pins differently or
even disabled the controller.
So repeat the platform setup and controller initialisation just before
we actually access the bus to power off the system. This is safe,
because at this point the rich OS should no longer be running.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2018-09-17 09:51:22 +01:00
..
include allwinner: Add Allwinner H6 SoC support 2018-07-03 17:06:30 +01:00
platform.mk allwinner: sun50i_h6: add initial AXP805 PMIC code 2018-09-07 23:20:17 +08:00
sunxi_power.c allwinner: sun50i_h6: initialise I2C just before powering down 2018-09-17 09:51:22 +01:00