Commit b78442b8 authored by Heiko Stuebner's avatar Heiko Stuebner

arm64: dts: rockchip: move rk3328 #sound-dai-cells to the soc dtsi

The rk3328 i2s and spdif controllers only ever have one output
connection, so as with all implementations of the rk3066 i2s
controllers we can keep the #sound-dai-cells in the main dtsi
instead of having it repeated in each board.
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent c0975706
...@@ -290,7 +290,6 @@ &sdmmc { ...@@ -290,7 +290,6 @@ &sdmmc {
&spdif { &spdif {
pinctrl-0 = <&spdifm0_tx>; pinctrl-0 = <&spdifm0_tx>;
status = "okay"; status = "okay";
#sound-dai-cells = <0>;
spdif_p0: port { spdif_p0: port {
spdif_p0_0: endpoint { spdif_p0_0: endpoint {
......
...@@ -184,6 +184,7 @@ i2s0: i2s@ff000000 { ...@@ -184,6 +184,7 @@ i2s0: i2s@ff000000 {
clock-names = "i2s_clk", "i2s_hclk"; clock-names = "i2s_clk", "i2s_hclk";
dmas = <&dmac 11>, <&dmac 12>; dmas = <&dmac 11>, <&dmac 12>;
dma-names = "tx", "rx"; dma-names = "tx", "rx";
#sound-dai-cells = <0>;
status = "disabled"; status = "disabled";
}; };
...@@ -195,6 +196,7 @@ i2s1: i2s@ff010000 { ...@@ -195,6 +196,7 @@ i2s1: i2s@ff010000 {
clock-names = "i2s_clk", "i2s_hclk"; clock-names = "i2s_clk", "i2s_hclk";
dmas = <&dmac 14>, <&dmac 15>; dmas = <&dmac 14>, <&dmac 15>;
dma-names = "tx", "rx"; dma-names = "tx", "rx";
#sound-dai-cells = <0>;
status = "disabled"; status = "disabled";
}; };
...@@ -206,6 +208,7 @@ i2s2: i2s@ff020000 { ...@@ -206,6 +208,7 @@ i2s2: i2s@ff020000 {
clock-names = "i2s_clk", "i2s_hclk"; clock-names = "i2s_clk", "i2s_hclk";
dmas = <&dmac 0>, <&dmac 1>; dmas = <&dmac 0>, <&dmac 1>;
dma-names = "tx", "rx"; dma-names = "tx", "rx";
#sound-dai-cells = <0>;
status = "disabled"; status = "disabled";
}; };
...@@ -219,6 +222,7 @@ spdif: spdif@ff030000 { ...@@ -219,6 +222,7 @@ spdif: spdif@ff030000 {
dma-names = "tx"; dma-names = "tx";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&spdifm2_tx>; pinctrl-0 = <&spdifm2_tx>;
#sound-dai-cells = <0>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment