]> git.ipfire.org Git - thirdparty/u-boot.git/commit
armv8: ls1028aqds: Remove the definition of CONFIG_SYS_I2C_EARLY_INIT
authorChuanhua Han <chuanhua.han@nxp.com>
Wed, 10 Jul 2019 07:48:37 +0000 (15:48 +0800)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Thu, 22 Aug 2019 03:37:35 +0000 (09:07 +0530)
commit113214f02b6eff6b4c150e3e1c396448de66fb66
tree6d6f8261311c38f5d0fa736a74b3a287845503b2
parente120d1277dd426444f24ebf33e1e9efbb3409a2e
armv8: ls1028aqds: Remove the definition of CONFIG_SYS_I2C_EARLY_INIT

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 <chuanhua.han@nxp.com>
Reviewed-by: Alex Marginean <alexm.osslist@gmail.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
include/configs/ls1028aqds.h