* [PATCH 1/3] configs: falcon: Enabled I2C support for R-Car V3U
@ 2022-03-13 12:45 marek.vasut
2022-03-13 12:45 ` [PATCH 2/3] configs: eagle: Enabled I2C support for R-Car V3M marek.vasut
2022-03-13 12:45 ` [PATCH 3/3] configs: condor: Enabled I2C support for R-Car V3H marek.vasut
0 siblings, 2 replies; 3+ messages in thread
From: marek.vasut @ 2022-03-13 12:45 UTC (permalink / raw)
To: u-boot; +Cc: Nam Nguyen, Hai Pham, Marek Vasut
From: Nam Nguyen <nam.nguyen.yh@renesas.com>
Enable I2C support for R-Car V3U (R8A779A0) on Falcon board.
Signed-off-by: Nam Nguyen <nam.nguyen.yh@renesas.com>
Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
---
configs/r8a779a0_falcon_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/r8a779a0_falcon_defconfig b/configs/r8a779a0_falcon_defconfig
index 32e218bbda..9fce6c26f9 100644
--- a/configs/r8a779a0_falcon_defconfig
+++ b/configs/r8a779a0_falcon_defconfig
@@ -47,7 +47,7 @@ CONFIG_CLK=y
CONFIG_CLK_RENESAS=y
CONFIG_RCAR_GPIO=y
CONFIG_DM_I2C=y
-CONFIG_SYS_I2C_RCAR_IIC=y
+CONFIG_SYS_I2C_RCAR_I2C=y
CONFIG_MMC_IO_VOLTAGE=y
CONFIG_MMC_UHS_SUPPORT=y
CONFIG_MMC_HS200_SUPPORT=y
--
2.35.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/3] configs: eagle: Enabled I2C support for R-Car V3M
2022-03-13 12:45 [PATCH 1/3] configs: falcon: Enabled I2C support for R-Car V3U marek.vasut
@ 2022-03-13 12:45 ` marek.vasut
2022-03-13 12:45 ` [PATCH 3/3] configs: condor: Enabled I2C support for R-Car V3H marek.vasut
1 sibling, 0 replies; 3+ messages in thread
From: marek.vasut @ 2022-03-13 12:45 UTC (permalink / raw)
To: u-boot; +Cc: Nam Nguyen, Hai Pham, Marek Vasut
From: Nam Nguyen <nam.nguyen.yh@renesas.com>
Enable I2C support for R-Car V3M (R8A77970) on Eagle board.
Signed-off-by: Nam Nguyen <nam.nguyen.yh@renesas.com>
Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
---
configs/r8a77970_eagle_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/r8a77970_eagle_defconfig b/configs/r8a77970_eagle_defconfig
index 70b23da174..4ccc6f1c36 100644
--- a/configs/r8a77970_eagle_defconfig
+++ b/configs/r8a77970_eagle_defconfig
@@ -51,7 +51,7 @@ CONFIG_DFU_RAM=y
CONFIG_DFU_SF=y
CONFIG_RCAR_GPIO=y
CONFIG_DM_I2C=y
-CONFIG_SYS_I2C_RCAR_IIC=y
+CONFIG_SYS_I2C_RCAR_I2C=y
# CONFIG_MMC is not set
CONFIG_MTD=y
CONFIG_DM_SPI_FLASH=y
--
2.35.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 3/3] configs: condor: Enabled I2C support for R-Car V3H
2022-03-13 12:45 [PATCH 1/3] configs: falcon: Enabled I2C support for R-Car V3U marek.vasut
2022-03-13 12:45 ` [PATCH 2/3] configs: eagle: Enabled I2C support for R-Car V3M marek.vasut
@ 2022-03-13 12:45 ` marek.vasut
1 sibling, 0 replies; 3+ messages in thread
From: marek.vasut @ 2022-03-13 12:45 UTC (permalink / raw)
To: u-boot; +Cc: Nam Nguyen, Hai Pham, Marek Vasut
From: Nam Nguyen <nam.nguyen.yh@renesas.com>
Enable I2C support for R-Car V3H (R8A77980) on Condor board.
Signed-off-by: Nam Nguyen <nam.nguyen.yh@renesas.com>
Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
---
configs/r8a77980_condor_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/r8a77980_condor_defconfig b/configs/r8a77980_condor_defconfig
index 194fdde812..36b39c1461 100644
--- a/configs/r8a77980_condor_defconfig
+++ b/configs/r8a77980_condor_defconfig
@@ -52,7 +52,7 @@ CONFIG_DFU_RAM=y
CONFIG_DFU_SF=y
CONFIG_RCAR_GPIO=y
CONFIG_DM_I2C=y
-CONFIG_SYS_I2C_RCAR_IIC=y
+CONFIG_SYS_I2C_RCAR_I2C=y
# CONFIG_MMC is not set
CONFIG_MTD=y
CONFIG_DM_SPI_FLASH=y
--
2.35.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-13 12:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-13 12:45 [PATCH 1/3] configs: falcon: Enabled I2C support for R-Car V3U marek.vasut
2022-03-13 12:45 ` [PATCH 2/3] configs: eagle: Enabled I2C support for R-Car V3M marek.vasut
2022-03-13 12:45 ` [PATCH 3/3] configs: condor: Enabled I2C support for R-Car V3H marek.vasut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox