Hello Marek,

On 27.10.25 17:38, Marek Vasut wrote:
From: Minh Le <[email protected]>

Add support for R-Car Gen5 SoCs into the driver.
I2C on R-Car Gen5 is treated the same as Gen3 and Gen4.

Signed-off-by: Minh Le <[email protected]>
Signed-off-by: Hai Pham <[email protected]>
Signed-off-by: Marek Vasut <[email protected]> # Tweak commit 
message
---
Cc: Hai Pham <[email protected]>
Cc: Heiko Schocher <[email protected]>
Cc: Minh Le <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: [email protected]
---
  drivers/i2c/rcar_i2c.c | 1 +
  1 file changed, 1 insertion(+)

Reviewed-by: Heiko Schocher <[email protected]>

Nitpick, dummy question below...

diff --git a/drivers/i2c/rcar_i2c.c b/drivers/i2c/rcar_i2c.c
index 3bd5108fd23..9562119bb5b 100644
--- a/drivers/i2c/rcar_i2c.c
+++ b/drivers/i2c/rcar_i2c.c
@@ -368,6 +368,7 @@ static const struct udevice_id rcar_i2c_ids[] = {
        { .compatible = "renesas,rcar-gen2-i2c", .data = RCAR_I2C_TYPE_GEN2 },
        { .compatible = "renesas,rcar-gen3-i2c", .data = RCAR_I2C_TYPE_GEN3 },
        { .compatible = "renesas,rcar-gen4-i2c", .data = RCAR_I2C_TYPE_GEN3 },
+       { .compatible = "renesas,rcar-gen5-i2c", .data = RCAR_I2C_TYPE_GEN3 },
        { }
  };

.. I cannot find this new compatible node in U-Boot

$ grep -lr "renesas,rcar-gen5-i2c" doc/device-tree-bindings/
$ grep -lr "renesas,rcar-gen5-i2c" dts/upstream/
$

nor in current (v6.18-rc3) linux tree... is there already a patch
for linux, which introduces it? But is seems trivial to me, so I
am fine with it.

Thanks!

bye,
Heiko
--
Nabla Software Engineering
HRB 40522 Augsburg
Phone: +49 821 45592596
E-Mail: [email protected]
Geschäftsführer : Stefano Babic

Reply via email to