[PATCH] dt-bindings: maxim,max98371: Convert to DT schema
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Fri Mar 31 09:47:19 UTC 2023
On 31/03/2023 04:05, André Morishita wrote:
> Convert the Maxim Integrated MAX98371 audio codec bindings to DT schema.
>
> Signed-off-by: André Morishita <andremorishita at gmail.com>
> ---
Thank you for your patch. There is something to discuss/improve.
> +required:
> + - compatible
> + - reg
> +
> +unevaluatedProperties: false
> +
> +examples:
> + - |
> + i2c {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + max98371: max98371 at 31 {
Generic node names, so: codec
And drop label (max98371:)
> + compatible = "maxim,max98371";
> + reg = <0x31>;
#sound-dai-cells = <0>;
> + };
> + };
Best regards,
Krzysztof
More information about the dri-devel
mailing list