diff mbox series

[U-Boot,1/5] sunxi: Disable R_I2C for Libre Computer Board ALL-H3-CC H3 ver.

Message ID 20180424120713.27858-2-wens@csie.org
State Superseded
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series sunxi: Add support for ALL-H3-CC H2+/H5 variants | expand

Commit Message

Chen-Yu Tsai April 24, 2018, 12:07 p.m. UTC
The Libre Computer Board ALL-H3-CC does not have an I2C controllable
regulator. Having R_I2C and SPL_I2C enabled serves no purpose.

Disable them.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
 configs/libretech_all_h3_cc_h3_defconfig | 2 --
 1 file changed, 2 deletions(-)

Comments

Maxime Ripard April 24, 2018, 12:11 p.m. UTC | #1
On Tue, Apr 24, 2018 at 08:07:09PM +0800, Chen-Yu Tsai wrote:
> The Libre Computer Board ALL-H3-CC does not have an I2C controllable
> regulator. Having R_I2C and SPL_I2C enabled serves no purpose.
> 
> Disable them.
> 
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>

Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>

maxime
diff mbox series

Patch

diff --git a/configs/libretech_all_h3_cc_h3_defconfig b/configs/libretech_all_h3_cc_h3_defconfig
index 6072680e4711..185facdf3eab 100644
--- a/configs/libretech_all_h3_cc_h3_defconfig
+++ b/configs/libretech_all_h3_cc_h3_defconfig
@@ -5,10 +5,8 @@  CONFIG_MACH_SUN8I_H3=y
 CONFIG_DRAM_CLK=672
 CONFIG_DRAM_ZQ=3881979
 CONFIG_DRAM_ODT_EN=y
-CONFIG_R_I2C_ENABLE=y
 CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-libretech-all-h3-cc"
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
-CONFIG_SPL_I2C_SUPPORT=y
 # CONFIG_CMD_FLASH is not set
 # CONFIG_SPL_DOS_PARTITION is not set
 # CONFIG_SPL_EFI_PARTITION is not set