Message ID | 20220423131654.131390-1-biju.das.jz@bp.renesas.com |
---|---|
State | Accepted |
Commit | 42763b249aaa0ec8950b433c3cbed021c9779a95 |
Headers | show |
Series | dt-bindings: iio: adc: Document Renesas RZ/V2L ADC | expand |
On Sat, 23 Apr 2022 20:57:26 +0200 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > On 23/04/2022 15:16, Biju Das wrote: > > 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. > > > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Applied to the togreg branch of iio.git. Thanks, Jonathan > > > Best regards, > Krzysztof
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:
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> --- .../devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)