[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AM5PR1001MB0994D2F45FA75E8285938191804E0@AM5PR1001MB0994.EURPRD10.PROD.OUTLOOK.COM>
Date: Thu, 21 Nov 2019 20:10:30 +0000
From: Adam Thomson <Adam.Thomson.Opensource@...semi.com>
To: Sebastian Reichel <sebastian.reichel@...labora.com>,
Adam Thomson <Adam.Thomson.Opensource@...semi.com>,
Support Opensource <Support.Opensource@...semi.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>
CC: Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.com>,
"alsa-devel@...a-project.org" <alsa-devel@...a-project.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"kernel@...labora.com" <kernel@...labora.com>
Subject: RE: [PATCHv2 1/6] ASoC: da7213: Add da7212 DT compatible
On 20 November 2019 15:24, Sebastian Reichel wrote:
> This adds a compatible for da7212. It's handled exactly the
> same way as DA7213 and follows the ACPI bindings.
>
> Signed-off-by: Sebastian Reichel <sebastian.reichel@...labora.com>
> ---
> Documentation/devicetree/bindings/sound/da7213.txt | 4 ++--
> sound/soc/codecs/da7213.c | 1 +
> 2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/sound/da7213.txt
> b/Documentation/devicetree/bindings/sound/da7213.txt
> index 58902802d56c..759bb04e0283 100644
> --- a/Documentation/devicetree/bindings/sound/da7213.txt
> +++ b/Documentation/devicetree/bindings/sound/da7213.txt
> @@ -1,9 +1,9 @@
> -Dialog Semiconductor DA7213 Audio Codec bindings
> +Dialog Semiconductor DA7212/DA7213 Audio Codec bindings
>
> ======
>
> Required properties:
> -- compatible : Should be "dlg,da7213"
> +- compatible : Should be "dlg,da7212" or "dlg,7213"
Typo? "dlg,da7213"
> - reg: Specifies the I2C slave address
>
> Optional properties:
> diff --git a/sound/soc/codecs/da7213.c b/sound/soc/codecs/da7213.c
> index 925a03996db4..aff306bb58df 100644
> --- a/sound/soc/codecs/da7213.c
> +++ b/sound/soc/codecs/da7213.c
> @@ -1571,6 +1571,7 @@ static int da7213_set_bias_level(struct
> snd_soc_component *component,
> #if defined(CONFIG_OF)
> /* DT */
> static const struct of_device_id da7213_of_match[] = {
> + { .compatible = "dlg,da7212", },
> { .compatible = "dlg,da7213", },
> { }
> };
> --
> 2.24.0
Powered by blists - more mailing lists