[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47b5c50f-ccd8-3333-d9d9-8cea1124ed70@linaro.org>
Date: Fri, 24 Mar 2023 09:43:08 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Saalim Quadri <danascape@...il.com>, broonie@...nel.org
Cc: alsa-devel@...a-project.org, daniel.baluta@....com,
devicetree@...r.kernel.org, krzysztof.kozlowski+dt@...aro.org,
lgirdwood@...il.com, linux-kernel@...r.kernel.org,
robh+dt@...nel.org
Subject: Re: [PATCH v2] ASoC: dt-bindings: alc5632: Convert to dtschema
On 23/03/2023 20:37, Saalim Quadri wrote:
> Convert the ALC5632 audio codec bindings to DT schema.
>
> Signed-off-by: Saalim Quadri <danascape@...il.com>
> ---
> +
> +maintainers:
> + - Leon Romanovsky <leon@...n.nu>
Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC. It might happen, that command when run on an older
kernel, gives you outdated entries. Therefore please be sure you base
your patches on recent Linux kernel.
> + - Mark Brown <broonie@...nel.org>
> +
> +properties:
> + compatible:
> + const: realtek,alc5632
> +
> + reg:
> + maxItems: 1
> +
> + '#gpio-cells':
> + const: 2
> +
> + gpio-controller: true
> +
> +required:
> + - compatible
> + - reg
> + - '#gpio-cells'
> + - gpio-controller
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + #include <dt-bindings/gpio/gpio.h>
> + i2c {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + alc5632: codec@1a {
Drop label "alc5632".
Best regards,
Krzysztof
Powered by blists - more mailing lists