devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes
@ 2023-02-27 17:45 Marek Vasut
  2023-02-27 17:49 ` Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Marek Vasut @ 2023-02-27 17:45 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Marek Vasut, Abel Vesa, Alexander Stein, Fabio Estevam, Jacky Bai,
	Krzysztof Kozlowski, Laurent Pinchart, Luca Ceresoli, Lucas Stach,
	Marco Felsch, Michael Turquette, NXP Linux Team, Peng Fan,
	Pengutronix Kernel Team, Richard Cochran, Rob Herring,
	Sascha Hauer, Shawn Guo, Stephen Boyd, devicetree, linux-clk

Add #sound-dai-cells properties to SAI nodes.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Abel Vesa <abelvesa@kernel.org>
Cc: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Jacky Bai <ping.bai@nxp.com>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Luca Ceresoli <luca.ceresoli@bootlin.com>
Cc: Lucas Stach <l.stach@pengutronix.de>
Cc: Marco Felsch <m.felsch@pengutronix.de>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-clk@vger.kernel.org
---
 arch/arm64/boot/dts/freescale/imx8mn.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
index ed9ac6c5047c0..bbec860ef8548 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
@@ -294,6 +294,7 @@ spba2: spba-bus@30000000 {
 				ranges;
 
 				sai2: sai@30020000 {
+					#sound-dai-cells = <0>;
 					compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai";
 					reg = <0x30020000 0x10000>;
 					interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
@@ -308,6 +309,7 @@ sai2: sai@30020000 {
 				};
 
 				sai3: sai@30030000 {
+					#sound-dai-cells = <0>;
 					compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai";
 					reg = <0x30030000 0x10000>;
 					interrupts = <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>;
@@ -322,6 +324,7 @@ sai3: sai@30030000 {
 				};
 
 				sai5: sai@30050000 {
+					#sound-dai-cells = <0>;
 					compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai";
 					reg = <0x30050000 0x10000>;
 					interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
@@ -338,6 +341,7 @@ sai5: sai@30050000 {
 				};
 
 				sai6: sai@30060000 {
+					#sound-dai-cells = <0>;
 					compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai";
 					reg = <0x30060000  0x10000>;
 					interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
@@ -395,6 +399,7 @@ spdif1: spdif@30090000 {
 				};
 
 				sai7: sai@300b0000 {
+					#sound-dai-cells = <0>;
 					compatible = "fsl,imx8mn-sai", "fsl,imx8mq-sai";
 					reg = <0x300b0000 0x10000>;
 					interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-03-01  9:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-27 17:45 [PATCH] arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes Marek Vasut
2023-02-27 17:49 ` Fabio Estevam
2023-02-27 18:05 ` Adam Ford
2023-02-27 18:59   ` Marek Vasut
2023-02-27 19:01 ` Marco Felsch
2023-02-27 19:07   ` Marek Vasut
2023-02-27 20:00     ` Marco Felsch
2023-02-27 20:11       ` Marek Vasut
2023-02-28  8:10       ` Krzysztof Kozlowski
2023-02-28 20:13         ` Marek Vasut
2023-03-01  9:08           ` Marco Felsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).