]> Git Repo - J-u-boot.git/commitdiff
armv8: ls1028aqds: Remove the definition of CONFIG_SYS_I2C_EARLY_INIT
authorChuanhua Han <[email protected]>
Wed, 10 Jul 2019 07:48:37 +0000 (15:48 +0800)
committerPrabhakar Kushwaha <[email protected]>
Thu, 22 Aug 2019 03:37:35 +0000 (09:07 +0530)
Since i2c uses dm mode, i2c controller will be initialized when reading
and writing devices on i2c bus. So there is no need for the original
non-dm mode i2c early initialization function call, this patch removed
the definition of CONFIG_SYS_I2C_EARLY_INIT.

Signed-off-by: Chuanhua Han <[email protected]>
Reviewed-by: Alex Marginean <[email protected]>
Reviewed-by: Prabhakar Kushwaha <[email protected]>
include/configs/ls1028aqds.h

index be018ef2be489302d7824832c4e8fe526a3bd2f1..b0e9441a48bdaebff69a219c84eed9e2848916dd 100644 (file)
@@ -16,7 +16,6 @@
 #define CONFIG_DIMM_SLOTS_PER_CTLR             2
 
 #define CONFIG_QIXIS_I2C_ACCESS
-#define CONFIG_SYS_I2C_EARLY_INIT
 
 /*
  * QIXIS Definitions
This page took 0.036923 seconds and 4 git commands to generate.