Re: [PATCH 1/2] dt-bindings: input: add adi,max16150.yaml
From: Krzysztof Kozlowski
Date: Mon Feb 23 2026 - 12:06:12 EST
On 23/02/2026 12:03, Marc Paolo Sosa via B4 Relay wrote:
> +
> +properties:
> + compatible:
> + description:
> + Specifies the supported device variants. The MAX16150 and MAX16169 are supported.
> + enum:
> + - adi,max16150a
> + - adi,max16150b
> + - adi,max16169a
> + - adi,max16169b
Your driver code says 16150 and 16169 are compatible, to express it with
fallback (oneOf). See example-schema.
Best regards,
Krzysztof