diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-11-30 15:30:30 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-04-20 13:30:00 +0200 |
commit | 409677ec1706c1374f9ce5e1833ae425dd0a9602 (patch) | |
tree | 0bea62641c350ba03d79e436ea4e0014fbf98640 /board/sunxi | |
parent | 379febac5a3ea9f1952c2234a9acfd1b16f9100f (diff) | |
download | u-boot-409677ec1706c1374f9ce5e1833ae425dd0a9602.tar.gz |
sunxi: Enable AXP221s in I2C mode with the R40 SoC
The R40 SoC uses the AXP221s in I2C mode to supply power.
Some regulator's common usages have changed, and also the recommended
voltage for existing usages have changed. Update the defaults to match.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'board/sunxi')
-rw-r--r-- | board/sunxi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 3df7077313..f40b8ff57d 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -473,7 +473,7 @@ config USB3_VBUS_PIN config I2C0_ENABLE bool "Enable I2C/TWI controller 0" - default y if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I + default y if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUN8I_R40 default n if MACH_SUN6I || MACH_SUN8I select CMD_I2C ---help--- |