[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200312190552.GA27630@bogus>
Date: Thu, 12 Mar 2020 14:05:52 -0500
From: Rob Herring <robh@...nel.org>
To: Eason Yen <eason.yen@...iatek.com>
Cc: Matthias Brugger <matthias.bgg@...il.com>,
Mark Brown <broonie@...nel.org>, jiaxin.yu@...iatek.com,
linux-kernel@...r.kernel.org, linux-mediatek@...ts.infradead.org,
devicetree@...r.kernel.org, wsd_upstream@...iatek.com
Subject: Re: [PATCH 1/2] ASoC: mediatek: mt6359: add codec document
On Fri, Mar 06, 2020 at 11:33:41AM +0800, Eason Yen wrote:
> Add mt6359 codec document
>
> Signed-off-by: Eason Yen <eason.yen@...iatek.com>
> ---
> Documentation/devicetree/bindings/sound/mt6359.txt | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/sound/mt6359.txt
Please convert to a DT schema.
>
> diff --git a/Documentation/devicetree/bindings/sound/mt6359.txt b/Documentation/devicetree/bindings/sound/mt6359.txt
> new file mode 100644
> index 0000000..77864e0
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/sound/mt6359.txt
> @@ -0,0 +1,16 @@
> +Mediatek MT6359 Audio Codec
> +
> +The communication between MT6358 and SoC is through Mediatek PMIC wrapper.
> +For more detail, please visit Mediatek PMIC wrapper documentation.
> +
> +Must be a child node of PMIC wrapper.
> +
> +Required properties:
> +
> +- compatible : "mediatek,mt6359-sound".
A compatible with no other properties is generally suspect. Don't you
have clocks, connection to I2S or something, etc.
> +
> +Example:
> +
> +mt6359_snd {
audio-codec {
> + compatible = "mediatek,mt6359-sound";
> +};
> --
> 1.9.1
Powered by blists - more mailing lists