From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> Document support for the I2C Bus Interface (RIIC) found on the Renesas RZ/N2H (R9A09G087) SoC. The RIIC IP on this SoC is identical to that on the RZ/T2H SoC so `renesas,riic-r9a09g077` will be used as a fallback compatible. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> Reviewed-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- v1->v2: - Added Acked-by and Reviewed-by tags. --- Documentation/devicetree/bindings/i2c/renesas,riic.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/i2c/renesas,riic.yaml b/Documentation/devicetree/bindings/i2c/renesas,riic.yaml index 412eaa28b077..6609007e2cd8 100644 --- a/Documentation/devicetree/bindings/i2c/renesas,riic.yaml +++ b/Documentation/devicetree/bindings/i2c/renesas,riic.yaml @@ -33,6 +33,10 @@ properties: - renesas,riic-r9a09g057 # RZ/V2H(P) - renesas,riic-r9a09g077 # RZ/T2H + - items: + - const: renesas,riic-r9a09g087 # RZ/N2H + - const: renesas,riic-r9a09g077 # RZ/T2H + reg: maxItems: 1 -- 2.49.0