diff options
author | Chen-Yu Tsai <wens@csie.org> | 2018-04-28 13:36:00 +0800 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2018-05-01 10:15:58 +0530 |
commit | dccff21312ad6725b21cb02cd9510a5b320db9ac (patch) | |
tree | 1e2c4e90135017e6d92b2d6f31e501b8b7e2c8a8 /configs | |
parent | b25f8e2112b1582ce6386e846800a31bab688e50 (diff) | |
download | u-boot-dccff21312ad6725b21cb02cd9510a5b320db9ac.tar.gz |
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 <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/libretech_all_h3_cc_h3_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/libretech_all_h3_cc_h3_defconfig b/configs/libretech_all_h3_cc_h3_defconfig index 6072680e471..185facdf3ea 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 |