[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <304ce3f0-81df-327c-8b42-2471a3a51e43@linaro.org>
Date: Fri, 31 Mar 2023 11:47:19 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: André Morishita <andremorishita@...il.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
anish kumar <yesanishhere@...il.com>,
alsa-devel@...a-project.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: mairacanal@...eup.net, dri-devel@...ts.freedesktop.org,
daniel.baluta@....com
Subject: Re: [PATCH] dt-bindings: maxim,max98371: Convert to DT schema
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@...il.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@31 {
Generic node names, so: codec
And drop label (max98371:)
> + compatible = "maxim,max98371";
> + reg = <0x31>;
#sound-dai-cells = <0>;
> + };
> + };
Best regards,
Krzysztof
Powered by blists - more mailing lists