[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240829-power-traction-01344edc5fed@spud>
Date: Thu, 29 Aug 2024 17:13:17 +0100
From: Conor Dooley <conor@...nel.org>
To: Lukasz Majewski <lukma@...x.de>
Cc: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Shawn Guo <shawnguo@...nel.org>,
Sascha Hauer <s.hauer@...gutronix.de>, linux-sound@...r.kernel.org,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>, devicetree@...r.kernel.org,
imx@...ts.linux.dev, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>
Subject: Re: [PATCH v4] ASoC: dt-bindings: Convert mxs-saif.txt to
fsl,imx28-saif.yaml (imx28 saif)
On Thu, Aug 29, 2024 at 12:26:25PM +0200, Lukasz Majewski wrote:
> The 'fsl,imx28-saif' compatible has already the mxs-saif.txt description.
> This patch converts (and removes it) this file to fsl,imx28-saif.yaml.
>
> Changes for the mxs-saif.txt:
> - Adds 'clocks', '#clock-cells' and '#sound-dai-cells' properties
> - Provide device description
>
> Signed-off-by: Lukasz Majewski <lukma@...x.de>
>
> ---
> Changes for v4:
> - Change file name to match compatible (fsl,imx28-saif.yaml)
> - Remove 'saif0' and 'saif1' labels as those are not needed in the
> example node
Hmm, what you've done is not quite what I was suggesting. I was saying
that either you should remove one of the examples entirely, or merge the
two examples retaining the only saif0 label.
With that sorted,
Reviewed-by: Conor Dooley <conor.dooley@...rochip.com>
Cheers,
Conor.
> +examples:
> + - |
> + saif@...42000 {
> + compatible = "fsl,imx28-saif";
> + reg = <0x80042000 2000>;
> + #sound-dai-cells = <0>;
> + interrupts = <59>;
> + dmas = <&dma_apbx 4>;
> + dma-names = "rx-tx";
> + #clock-cells = <0>;
> + clocks = <&clks 53>;
> + };
> + saif@...46000 {
> + compatible = "fsl,imx28-saif";
> + reg = <0x80046000 2000>;
> + #sound-dai-cells = <0>;
> + interrupts = <58>;
> + dmas = <&dma_apbx 5>;
> + dma-names = "rx-tx";
> + clocks = <&clks 53>;
> + fsl,saif-master = <&saif0>;
> + };
Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)
Powered by blists - more mailing lists