From: Chen-Yu Tsai Date: Sat, 28 Apr 2018 05:36:00 +0000 (+0800) Subject: sunxi: Disable R_I2C for Libre Computer Board ALL-H3-CC H3 ver. X-Git-Tag: v2018.07-rc1~179^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dccff21312ad6725b21cb02cd9510a5b320db9ac;p=u-boot sunxi: Disable R_I2C for Libre Computer Board ALL-H3-CC H3 ver. 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 Acked-by: Maxime Ripard Reviewed-by: Jagan Teki --- diff --git a/configs/libretech_all_h3_cc_h3_defconfig b/configs/libretech_all_h3_cc_h3_defconfig index 6072680e47..185facdf3e 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