All of lore.kernel.org
 help / color / mirror / Atom feed
From: Biju Das <biju.das.jz@bp.renesas.com>
To: cip-dev@lists.cip-project.org,
	Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>,
	Pavel Machek <pavel@denx.de>
Cc: Chris Paterson <chris.paterson2@renesas.com>,
	Biju Das <biju.das.jz@bp.renesas.com>,
	Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>
Subject: [PATCH 5.10.y-cip 11/13] dt-bindings: iio: adc: Document Renesas RZ/V2L ADC
Date: Thu,  1 Sep 2022 09:01:26 +0100	[thread overview]
Message-ID: <20220901080128.2147891-12-biju.das.jz@bp.renesas.com> (raw)
In-Reply-To: <20220901080128.2147891-1-biju.das.jz@bp.renesas.com>

commit 42763b249aaa0ec8950b433c3cbed021c9779a95 upstream.

Document renesas RZ/V2L ADC bindings. RZ/V2L ADC is identical to RZ/G2L
with same number of channels.

While at it remove RZ/G2LC SoC from binding documentation as it does not
support ADC.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220423131654.131390-1-biju.das.jz@bp.renesas.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
 .../devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml         | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml b/Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml
index c80201d6a716..d66c24cae1e1 100644
--- a/Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml
@@ -19,7 +19,8 @@ properties:
   compatible:
     items:
       - enum:
-          - renesas,r9a07g044-adc   # RZ/G2{L,LC}
+          - renesas,r9a07g044-adc   # RZ/G2L
+          - renesas,r9a07g054-adc   # RZ/V2L
       - const: renesas,rzg2l-adc
 
   reg:
-- 
2.25.1



  parent reply	other threads:[~2022-09-01  8:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-01  8:01 [PATCH 5.10.y-cip 00/13] Add more document support for RZ/G2UL SoC Biju Das
2022-09-01  8:01 ` [PATCH 5.10.y-cip 01/13] dt-bindings: timer: renesas: ostm: Document Renesas RZ/G2UL OSTM Biju Das
2022-09-01  8:01 ` [PATCH 5.10.y-cip 02/13] dt-bindings: i2c: renesas,riic: Document RZ/G2UL SoC Biju Das
2022-09-01  8:01 ` [PATCH 5.10.y-cip 03/13] dt-bindings: usb: renesas,usbhs: Document RZ/G2UL bindings Biju Das
2022-09-01  8:01 ` [PATCH 5.10.y-cip 04/13] dt-bindings: can: renesas,rcar-canfd: Document RZ/G2UL support Biju Das
2022-09-01  8:01 ` [PATCH 5.10.y-cip 05/13] dt-bindings: phy: renesas,usb2-phy: Document RZ/G2UL phy bindings Biju Das
2022-09-01  8:01 ` [PATCH 5.10.y-cip 06/13] spi: dt-bindings: renesas,rspi: Document RZ/G2UL SoC Biju Das
2022-09-01  8:01 ` [PATCH 5.10.y-cip 07/13] dt-bindings: memory: renesas,rpc-if: " Biju Das
2022-09-01  8:01 ` [PATCH 5.10.y-cip 08/13] dt-bindings: thermal: rzg2l-thermal: Document RZ/G2UL bindings Biju Das
2022-09-01  8:01 ` [PATCH 5.10.y-cip 09/13] dt-bindings: watchdog: renesas,wdt: Document RZ/G2UL SoC Biju Das
2022-09-01  8:01 ` [PATCH 5.10.y-cip 10/13] ASoC: dt-bindings: renesas,rz-ssi: " Biju Das
2022-09-01  8:01 ` Biju Das [this message]
2022-09-01  8:01 ` [PATCH 5.10.y-cip 12/13] dt-bindings: iio: adc: Document Renesas RZ/G2UL ADC Biju Das
2022-09-01  8:01 ` [PATCH 5.10.y-cip 13/13] dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document RZ/G2UL USBPHY Control bindings Biju Das
2022-09-06  7:49 ` [PATCH 5.10.y-cip 00/13] Add more document support for RZ/G2UL SoC Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220901080128.2147891-12-biju.das.jz@bp.renesas.com \
    --to=biju.das.jz@bp.renesas.com \
    --cc=chris.paterson2@renesas.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=pavel@denx.de \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.