[PATCH 2/2] ASoC: dt-bindings: add compatible string for MAX98360A
Rob Herring
robh at kernel.org
Mon Jun 15 19:35:30 CEST 2020
On Fri, Jun 05, 2020 at 11:49:31AM +0800, Tzung-Bi Shih wrote:
> Maxim MAX98360A audio amplifier is functionally identical to MAX98357A.
> Adds compatible string "maxim,max98360a" for driver reuse.
>
> Signed-off-by: Tzung-Bi Shih <tzungbi at google.com>
> ---
> .../devicetree/bindings/sound/max98357a.txt | 12 +++++++++---
> 1 file changed, 9 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/sound/max98357a.txt b/Documentation/devicetree/bindings/sound/max98357a.txt
> index 4bce14ce806f..75db84d06240 100644
> --- a/Documentation/devicetree/bindings/sound/max98357a.txt
> +++ b/Documentation/devicetree/bindings/sound/max98357a.txt
> @@ -1,9 +1,10 @@
> -Maxim MAX98357A audio DAC
> +Maxim MAX98357A/MAX98360A audio DAC
>
> -This node models the Maxim MAX98357A DAC.
> +This node models the Maxim MAX98357A/MAX98360A DAC.
>
> Required properties:
> -- compatible : "maxim,max98357a"
> +- compatible : "maxim,max98357a" for MAX98357A.
> + "maxim,max98360a" for MAX98360A.
>
> Optional properties:
> - sdmode-gpios : GPIO specifier for the chip's SD_MODE pin.
> @@ -20,3 +21,8 @@ max98357a {
> compatible = "maxim,max98357a";
> sdmode-gpios = <&qcom_pinmux 25 0>;
> };
> +
> +max98360a {
> + compatible = "maxim,max98360a";
> + sdmode-gpios = <&qcom_pinmux 25 0>;
> +};
Nothing new here, you don't need another example.
> --
> 2.27.0.278.ge193c7cf3a9-goog
>
More information about the Alsa-devel
mailing list