Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c13f743a authored by Ulrich Hecht's avatar Ulrich Hecht Committed by Wolfram Sang
Browse files

i2c: rcar: add support for r8a7796 (R-Car M3-W)



Same as r8a7795.

Signed-off-by: default avatarUlrich Hecht <ulrich.hecht+renesas@gmail.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent fd8961c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ Required properties:
	"renesas,i2c-r8a7793"
	"renesas,i2c-r8a7794"
	"renesas,i2c-r8a7795"
	"renesas,i2c-r8a7796"
- reg: physical base address of the controller and length of memory mapped
  region.
- interrupts: interrupt specifier.
+1 −0
Original line number Diff line number Diff line
@@ -802,6 +802,7 @@ static const struct of_device_id rcar_i2c_dt_ids[] = {
	{ .compatible = "renesas,i2c-r8a7793", .data = (void *)I2C_RCAR_GEN2 },
	{ .compatible = "renesas,i2c-r8a7794", .data = (void *)I2C_RCAR_GEN2 },
	{ .compatible = "renesas,i2c-r8a7795", .data = (void *)I2C_RCAR_GEN3 },
	{ .compatible = "renesas,i2c-r8a7796", .data = (void *)I2C_RCAR_GEN3 },
	{},
};
MODULE_DEVICE_TABLE(of, rcar_i2c_dt_ids);