Commit 78720ace authored by Heiko Stuebner's avatar Heiko Stuebner

ARM: dts: rockchip: move rk3036 i2s sound-dail-cells into soc dtsi

The Rockchip i2s controller always only has one output connection
hence #sound-dai-cells is always 0. Therefore define it in the soc
dtsi itself instead of in individual boards.
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent bfeffd15
...@@ -310,7 +310,6 @@ rt5616: rt5616@1b { ...@@ -310,7 +310,6 @@ rt5616: rt5616@1b {
}; };
&i2s { &i2s {
#sound-dai-cells = <0>;
status = "okay"; status = "okay";
}; };
......
...@@ -289,6 +289,7 @@ i2s: i2s@10220000 { ...@@ -289,6 +289,7 @@ i2s: i2s@10220000 {
dma-names = "tx", "rx"; dma-names = "tx", "rx";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&i2s_bus>; pinctrl-0 = <&i2s_bus>;
#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