Re: [PATCH 09/12] dt-bindings: iio: adc: rockchip-saradc: Add RV1106 compatible

From: Jonathan Cameron

Date: Mon Jul 06 2026 - 22:09:17 EST


On Mon, 6 Jul 2026 13:58:05 -0600
Simon Glass <sjg@xxxxxxxxxxxx> wrote:

> Add the compatible for the SARADC of the Rockchip RV1106, which is
> compatible with the RK3588 variant.
>
> Signed-off-by: Simon Glass <sjg@xxxxxxxxxxxx>
> ---
>
> Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml b/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml
> index 6769d679c907..c3bb03dc4853 100644
> --- a/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml
> +++ b/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml
> @@ -24,6 +24,9 @@ properties:
> - items:
> - const: rockchip,rk3576-saradc
> - const: rockchip,rk3588-saradc
> + - items:
> + - const: rockchip,rv1106-saradc
> + - const: rockchip,rk3588-saradc
> - items:
> - enum:
> - rockchip,px30-saradc

Follow the style of this one... I.e. use an enum and
then a const given both the rv1106 and rk3576 fallback
to the rk3588

Thanks,

Jonathan