u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] imx: mx6sabreauto: convert to DM_I2C
@ 2022-11-07  8:13 Peng Fan (OSS)
  2022-11-07  8:13 ` [PATCH 2/2] imx: mx6sabresd: " Peng Fan (OSS)
  2023-01-31 20:33 ` [PATCH 1/2] imx: mx6sabreauto: " sbabic
  0 siblings, 2 replies; 4+ messages in thread
From: Peng Fan (OSS) @ 2022-11-07  8:13 UTC (permalink / raw)
  To: sbabic, festevam, Peng Fan; +Cc: u-boot

From: Peng Fan <peng.fan@nxp.com>

Convert to DM_I2C

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 configs/mx6sabreauto_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/mx6sabreauto_defconfig b/configs/mx6sabreauto_defconfig
index 2566f2a97fc..405f8f3d549 100644
--- a/configs/mx6sabreauto_defconfig
+++ b/configs/mx6sabreauto_defconfig
@@ -75,7 +75,7 @@ CONFIG_ARP_TIMEOUT=200
 CONFIG_BOUNCE_BUFFER=y
 CONFIG_DFU_MMC=y
 CONFIG_DFU_SF=y
-CONFIG_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
 CONFIG_SPL_SYS_I2C_LEGACY=y
 CONFIG_SYS_I2C_MXC=y
 CONFIG_FSL_USDHC=y
-- 
2.36.0


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

* [PATCH 2/2] imx: mx6sabresd: convert to DM_I2C
  2022-11-07  8:13 [PATCH 1/2] imx: mx6sabreauto: convert to DM_I2C Peng Fan (OSS)
@ 2022-11-07  8:13 ` Peng Fan (OSS)
  2023-01-31 20:34   ` sbabic
  2023-01-31 20:33 ` [PATCH 1/2] imx: mx6sabreauto: " sbabic
  1 sibling, 1 reply; 4+ messages in thread
From: Peng Fan (OSS) @ 2022-11-07  8:13 UTC (permalink / raw)
  To: sbabic, festevam; +Cc: u-boot, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

Convert to DM_I2C

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 configs/mx6sabresd_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig
index 43c668ce5af..d8f4d99295f 100644
--- a/configs/mx6sabresd_defconfig
+++ b/configs/mx6sabresd_defconfig
@@ -81,7 +81,7 @@ CONFIG_FASTBOOT_BUF_ADDR=0x12000000
 CONFIG_FASTBOOT_BUF_SIZE=0x10000000
 CONFIG_FASTBOOT_FLASH=y
 CONFIG_FASTBOOT_FLASH_MMC_DEV=2
-CONFIG_SYS_I2C_LEGACY=y
+CONFIG_DM_I2C=y
 CONFIG_SPL_SYS_I2C_LEGACY=y
 CONFIG_SYS_I2C_MXC=y
 CONFIG_SUPPORT_EMMC_BOOT=y
-- 
2.36.0


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

* [PATCH 1/2] imx: mx6sabreauto: convert to DM_I2C
  2022-11-07  8:13 [PATCH 1/2] imx: mx6sabreauto: convert to DM_I2C Peng Fan (OSS)
  2022-11-07  8:13 ` [PATCH 2/2] imx: mx6sabresd: " Peng Fan (OSS)
@ 2023-01-31 20:33 ` sbabic
  1 sibling, 0 replies; 4+ messages in thread
From: sbabic @ 2023-01-31 20:33 UTC (permalink / raw)
  To: Peng Fan (OSS), u-boot

> From: Peng Fan <peng.fan@nxp.com>
> Convert to DM_I2C
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,        Managing Director: Erika Unter  
HRB 165235 Munich,   Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

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

* [PATCH 2/2] imx: mx6sabresd: convert to DM_I2C
  2022-11-07  8:13 ` [PATCH 2/2] imx: mx6sabresd: " Peng Fan (OSS)
@ 2023-01-31 20:34   ` sbabic
  0 siblings, 0 replies; 4+ messages in thread
From: sbabic @ 2023-01-31 20:34 UTC (permalink / raw)
  To: Peng Fan (OSS), u-boot

> From: Peng Fan <peng.fan@nxp.com>
> Convert to DM_I2C
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,        Managing Director: Erika Unter  
HRB 165235 Munich,   Office: Kirchenstr.5, 82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

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

end of thread, other threads:[~2023-01-31 20:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-07  8:13 [PATCH 1/2] imx: mx6sabreauto: convert to DM_I2C Peng Fan (OSS)
2022-11-07  8:13 ` [PATCH 2/2] imx: mx6sabresd: " Peng Fan (OSS)
2023-01-31 20:34   ` sbabic
2023-01-31 20:33 ` [PATCH 1/2] imx: mx6sabreauto: " sbabic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).