mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
arm64: dts: imx93: Add #sound-dai-cells property
Add #sound-dai-cells property for audio cpu dai modules '#sound-dai-cells' is required to properly interpret the list of DAI specified in the 'sound-dai' property, Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
38e93270fd
commit
f5639dfb03
|
|
@ -425,6 +425,7 @@ sai1: sai@443b0000 {
|
|||
clock-names = "bus", "mclk0", "mclk1", "mclk2", "mclk3";
|
||||
dmas = <&edma1 22 0 FSL_EDMA_RX>, <&edma1 21 0 0>;
|
||||
dma-names = "rx", "tx";
|
||||
#sound-dai-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -524,6 +525,7 @@ micfil: micfil@44520000 {
|
|||
clock-names = "ipg_clk", "ipg_clk_app", "pll8k";
|
||||
dmas = <&edma1 29 0 5>;
|
||||
dma-names = "rx";
|
||||
#sound-dai-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -846,6 +848,7 @@ sai2: sai@42650000 {
|
|||
clock-names = "bus", "mclk0", "mclk1", "mclk2", "mclk3";
|
||||
dmas = <&edma2 59 0 FSL_EDMA_RX>, <&edma2 58 0 0>;
|
||||
dma-names = "rx", "tx";
|
||||
#sound-dai-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -859,6 +862,7 @@ sai3: sai@42660000 {
|
|||
clock-names = "bus", "mclk0", "mclk1", "mclk2", "mclk3";
|
||||
dmas = <&edma2 61 0 FSL_EDMA_RX>, <&edma2 60 0 0>;
|
||||
dma-names = "rx", "tx";
|
||||
#sound-dai-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
@ -878,6 +882,7 @@ xcvr: xcvr@42680000 {
|
|||
clock-names = "ipg", "phy", "spba", "pll_ipg";
|
||||
dmas = <&edma2 65 0 FSL_EDMA_RX>, <&edma2 66 0 0>;
|
||||
dma-names = "rx", "tx";
|
||||
#sound-dai-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user