lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20220301125046.17737-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Date: Tue, 1 Mar 2022 12:50:46 +0000 From: Lad Prabhakar <prabhakar.mahadev-lad.rj@...renesas.com> To: Geert Uytterhoeven <geert+renesas@...der.be>, linux-renesas-soc@...r.kernel.org, devicetree@...r.kernel.org, Chris Brandt <chris.brandt@...esas.com>, Rob Herring <robh+dt@...nel.org>, Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>, Wolfram Sang <wsa+renesas@...g-engineering.com> Cc: Lad Prabhakar <prabhakar.mahadev-lad.rj@...renesas.com>, linux-kernel@...r.kernel.org, Prabhakar <prabhakar.csengg@...il.com>, Biju Das <biju.das.jz@...renesas.com>, linux-i2c@...r.kernel.org Subject: [PATCH v2] dt-bindings: i2c: renesas,riic: Document RZ/V2L SoC Document RZ/V2L I2C bindings. RZ/V2L I2C is identical to one found on the RZ/G2L and RZ/A SoC's. No driver changes are required as the generic compatible string "renesas,riic-rz" will be used as a fallback. While at it, drop the comment "# RZ/A or RZ/G2L" for "renesas,riic-rz" compatible string as this will avoid changing the line for every new SoC addition. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@...renesas.com> Reviewed-by: Biju Das <biju.das.jz@...renesas.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@...der.be> --- v1->v2 * Included Ack and RB tags * Dropped the comment from generic string as suggested by Geert. v1: https://patchwork.kernel.org/project/linux-renesas-soc/patch/ 20220227214747.24819-1-prabhakar.mahadev-lad.rj@...renesas.com/ --- Documentation/devicetree/bindings/i2c/renesas,riic.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/i2c/renesas,riic.yaml b/Documentation/devicetree/bindings/i2c/renesas,riic.yaml index 402fd125e010..26d523f3f420 100644 --- a/Documentation/devicetree/bindings/i2c/renesas,riic.yaml +++ b/Documentation/devicetree/bindings/i2c/renesas,riic.yaml @@ -20,7 +20,8 @@ properties: - renesas,riic-r7s72100 # RZ/A1H - renesas,riic-r7s9210 # RZ/A2M - renesas,riic-r9a07g044 # RZ/G2{L,LC} - - const: renesas,riic-rz # RZ/A or RZ/G2L + - renesas,riic-r9a07g054 # RZ/V2L + - const: renesas,riic-rz reg: maxItems: 1 @@ -75,6 +76,7 @@ if: contains: enum: - renesas,riic-r9a07g044 + - renesas,riic-r9a07g054 then: required: - resets -- 2.17.1
Powered by blists - more mailing lists