Message ID | 20221107165027.54150-2-fabrizio.castro.jz@renesas.com |
---|---|
State | Accepted |
Commit | 0a4eecf96c640886226f1ca7fdbb11bb20bc55b9 |
Headers | show |
Series | [v2,1/2] dt-bindings: i2c: renesas,rzv2m: Fix SoC specific string | expand |
> This patch has been reviewed by both Geert Uytterhoeven and Krzysztof > Kozlowski. The corresponding device tree patch has already been > taken, I was hoping this patch could be applied to v6.3? linux-i2c was not on CC, so the patch was not in I2C patchwork. Thus, it was not on my list.
diff --git a/Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml b/Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml index c46378efc123..92e899905ef8 100644 --- a/Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml +++ b/Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml @@ -16,7 +16,7 @@ properties: compatible: items: - enum: - - renesas,i2c-r9a09g011 # RZ/V2M + - renesas,r9a09g011-i2c # RZ/V2M - const: renesas,rzv2m-i2c reg: @@ -66,7 +66,7 @@ examples: #include <dt-bindings/interrupt-controller/arm-gic.h> i2c0: i2c@a4030000 { - compatible = "renesas,i2c-r9a09g011", "renesas,rzv2m-i2c"; + compatible = "renesas,r9a09g011-i2c", "renesas,rzv2m-i2c"; reg = <0xa4030000 0x80>; interrupts = <GIC_SPI 232 IRQ_TYPE_EDGE_RISING>, <GIC_SPI 236 IRQ_TYPE_EDGE_RISING>;