diff options
author | Klaus Goger <klaus.goger@theobroma-systems.com> | 2018-02-19 03:18:53 -0500 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-02-19 03:23:52 -0500 |
commit | 139eabece9a66cb6ae694369cfa4c64badbf994a (patch) | |
tree | 4aaa6f97745cfbac60907eca7ca1511d3a15a52f | |
parent | 51923db733659b9cf0f68f23ab89d5ab3027f761 (diff) |
arm64: dts: rockchip: move i2s0 node from baseboard to SoM on rk3399-puma
The I2S definition is part of the SoM and therefore should be in
rk3399-puma.dtsi. Also correct the number of channels available.
Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts | 8 | ||||
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts b/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts index 9a7486058455..8fd0d7ba1dc9 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-puma-haikou.dts | |||
@@ -117,14 +117,6 @@ | |||
117 | clock-frequency = <400000>; | 117 | clock-frequency = <400000>; |
118 | }; | 118 | }; |
119 | 119 | ||
120 | &i2s0 { | ||
121 | status = "okay"; | ||
122 | rockchip,playback-channels = <8>; | ||
123 | rockchip,capture-channels = <8>; | ||
124 | #sound-dai-cells = <0>; | ||
125 | status = "okay"; | ||
126 | }; | ||
127 | |||
128 | &pcie_phy { | 120 | &pcie_phy { |
129 | status = "okay"; | 121 | status = "okay"; |
130 | }; | 122 | }; |
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi index ce15a57a5b85..fc913e2d962f 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | |||
@@ -435,6 +435,14 @@ | |||
435 | }; | 435 | }; |
436 | }; | 436 | }; |
437 | 437 | ||
438 | &i2s0 { | ||
439 | pinctrl-0 = <&i2s0_2ch_bus>; | ||
440 | rockchip,playback-channels = <2>; | ||
441 | rockchip,capture-channels = <2>; | ||
442 | #sound-dai-cells = <0>; | ||
443 | status = "okay"; | ||
444 | }; | ||
445 | |||
438 | &io_domains { | 446 | &io_domains { |
439 | status = "okay"; | 447 | status = "okay"; |
440 | bt656-supply = <&vcc_1v8>; | 448 | bt656-supply = <&vcc_1v8>; |