All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/4] armv8: ls1028aqds: Remove the definition of CONFIG_SYS_I2C_EARLY_INIT
@ 2019-07-10  7:48 Chuanhua Han
  2019-07-10  7:48 ` [U-Boot] [PATCH 2/4] configs: ls1028aqds: Enable DM support for pcf2127 rtc Chuanhua Han
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Chuanhua Han @ 2019-07-10  7:48 UTC (permalink / raw)
  To: u-boot

Since i2c uses dm mode, i2 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>
---
depends on:
	- http://patchwork.ozlabs.org/project/uboot/list/?series=117203
	- http://patchwork.ozlabs.org/project/uboot/list/?series=117224
	- http://patchwork.ozlabs.org/project/uboot/list/?series=118231

 include/configs/ls1028aqds.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/ls1028aqds.h b/include/configs/ls1028aqds.h
index be018ef..b0e9441 100644
--- a/include/configs/ls1028aqds.h
+++ b/include/configs/ls1028aqds.h
@@ -16,7 +16,6 @@
 #define CONFIG_DIMM_SLOTS_PER_CTLR		2
 
 #define CONFIG_QIXIS_I2C_ACCESS
-#define CONFIG_SYS_I2C_EARLY_INIT
 
 /*
  * QIXIS Definitions
-- 
2.9.5

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-08-22  8:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10  7:48 [U-Boot] [PATCH 1/4] armv8: ls1028aqds: Remove the definition of CONFIG_SYS_I2C_EARLY_INIT Chuanhua Han
2019-07-10  7:48 ` [U-Boot] [PATCH 2/4] configs: ls1028aqds: Enable DM support for pcf2127 rtc Chuanhua Han
2019-07-15  7:15   ` Alex Marginean
2019-07-15  7:20     ` [U-Boot] [EXT] " Chuanhua Han
2019-07-15  8:09       ` Alex Marginean
2019-07-15  8:13         ` Chuanhua Han
2019-07-10  7:48 ` [U-Boot] [PATCH 3/4] armv8: dts: ls1028aqds: Add pca9547 node under the i2c0 controller Chuanhua Han
2019-07-15  7:16   ` Alex Marginean
2019-08-22  8:33     ` Prabhakar Kushwaha
2019-07-10  7:48 ` [U-Boot] [PATCH 4/4] armv8: dts: ls1028aqds: Add pcf2127 node under i2c1 Chuanhua Han
2019-07-15  7:17   ` Alex Marginean
2019-08-22  8:33     ` Prabhakar Kushwaha
2019-07-15  7:13 ` [U-Boot] [PATCH 1/4] armv8: ls1028aqds: Remove the definition of CONFIG_SYS_I2C_EARLY_INIT Alex Marginean
2019-08-22  8:33   ` Prabhakar Kushwaha

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.