allwinner: H6: Factor out I2C platform setup
In the H6 platform code there is a routine to do the platform
initialisation of the R_I2C controller. We will need a very similar
setup routine to initialise the RSB controller on the A64.

Move this code to sunxi_common.c and generalise it to support all SoCs
and also to cover the related RSB bus.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
1 parent 103f19f commit d5ddf67a66d77d04a6f0f6856af02704f486fd73
@Andre Przywara Andre Przywara authored on 14 Oct 2018
Showing 3 changed files
View
plat/allwinner/common/include/sunxi_private.h
View
plat/allwinner/common/sunxi_common.c
View
plat/allwinner/sun50i_h6/sunxi_power.c