diff options
author | Vicente Bergas <vicencb@gmail.com> | 2018-02-19 18:11:01 -0500 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-02-20 04:34:01 -0500 |
commit | 43798872d846a61d227b407209233b898c5497dc (patch) | |
tree | 1c8e2148ce01cc16c3a9bb79797de0bd97461e8a | |
parent | 64ca41a8ff9dcc524e228e654f8bdf2dcd45c559 (diff) |
arm64: dts: rockchip: move rk3399-sapphire i2s2 to daughterboard
The i2s2 drives the HDMI audio, which has the connector on the daughterboard.
Signed-off-by: Vicente Bergas <vicencb@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts | 5 | ||||
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts b/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts index 68416fae4fea..024038ef4f54 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-sapphire-excavator.dts | |||
@@ -207,11 +207,6 @@ | |||
207 | status = "okay"; | 207 | status = "okay"; |
208 | }; | 208 | }; |
209 | 209 | ||
210 | &i2s2 { | ||
211 | #sound-dai-cells = <0>; | ||
212 | status = "okay"; | ||
213 | }; | ||
214 | |||
215 | &pinctrl { | 210 | &pinctrl { |
216 | buttons { | 211 | buttons { |
217 | pwr_btn: pwr-btn { | 212 | pwr_btn: pwr-btn { |
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi index 31568b4e8aa1..a4548e64d3a2 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi | |||
@@ -440,6 +440,11 @@ | |||
440 | status = "okay"; | 440 | status = "okay"; |
441 | }; | 441 | }; |
442 | 442 | ||
443 | &i2s2 { | ||
444 | #sound-dai-cells = <0>; | ||
445 | status = "okay"; | ||
446 | }; | ||
447 | |||
443 | &io_domains { | 448 | &io_domains { |
444 | status = "okay"; | 449 | status = "okay"; |
445 | 450 | ||