diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2018-11-05 20:24:30 -0800 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2018-11-13 22:09:10 +0530 |
commit | 31a4ac4d79d75baeede3edfa95515fd4169ef502 (patch) | |
tree | 28843ebef799d7cfb99ce703313f39a43824f451 /arch/arm/mach-sunxi | |
parent | 8336a43792a103c13d939b3925cb75322911f7fb (diff) | |
download | u-boot-31a4ac4d79d75baeede3edfa95515fd4169ef502.tar.gz |
sun50i: A64: add support for R_I2C controller
Allwinner A64 has a I2C controller, which is in the R_ MMIO zone and has
two groups of pinmuxes on PL bank, so it's called R_I2C.
Add support for this I2C controller and the pinmux which doesn't conflict
with RSB.
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Tested-by: Maxime Ripard <maxime.ripard@bootlin.com>
Cc: Vagrant Cascadian <vagrant@debian.org>
Acked-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'arch/arm/mach-sunxi')
-rw-r--r-- | arch/arm/mach-sunxi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 6277abc3cc..560dc9b25d 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -278,6 +278,7 @@ config MACH_SUN50I select ARM64 select DM_I2C select PHY_SUN4I_USB + select SUN6I_PRCM select SUNXI_DE2 select SUNXI_GEN_SUN6I select SUPPORT_SPL |