Re: [PATCH 1/2] dt-bindings: mux: adg2404: add support
From: Krzysztof Kozlowski
Date: Sat Dec 20 2025 - 04:24:28 EST
On Fri, Dec 19, 2025 at 04:31:44PM +0200, Antoniu Miclaus wrote:
> Add dt bindings for adg2404.
>
> Signed-off-by: Antoniu Miclaus <antoniu.miclaus@xxxxxxxxxx>
> ---
> .../devicetree/bindings/mux/adi,adg2404.yaml | 66 +++++++++++++++++++
> 1 file changed, 66 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mux/adi,adg2404.yaml
>
> diff --git a/Documentation/devicetree/bindings/mux/adi,adg2404.yaml b/Documentation/devicetree/bindings/mux/adi,adg2404.yaml
> new file mode 100644
> index 000000000000..f28e66f7a250
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/mux/adi,adg2404.yaml
> @@ -0,0 +1,66 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/mux/adi,adg2404.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Analog Devices ADG2404 4:1 multiplexer
> +
> +maintainers:
> + - Antoniu Miclaus <antoniu.miclaus@xxxxxxxxxx>
> +
> +description: |
> + Bindings for Analog Devices ADG2404 4:1 single-ended analog multiplexer
> +
> + The multiplexer state corresponds to the selected input channel:
> + * 0: Channel S1 selected
> + * 1: Channel S2 selected
> + * 2: Channel S3 selected
> + * 3: Channel S4 selected
> +
> +allOf:
> + - $ref: mux-controller.yaml#
Same comments as for your other patch.
Best regards,
Krzysztof