diff mbox series

arm64: dts: rockchip: Enable nanopi4 HDMI audio

Message ID 7fe6e94e4b9f5986f19f2637b7b716f0cb54de1b.1570444701.git.robin.murphy@arm.com (mailing list archive)
State Mainlined
Commit f94ffd95cb7699ec424e856d42f03b12d67f71a4
Headers show
Series arm64: dts: rockchip: Enable nanopi4 HDMI audio | expand

Commit Message

Robin Murphy Oct. 7, 2019, 11:33 a.m. UTC
All the nanopi4 boards have HDMI, so let them make noise on it.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
---
 arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Heiko Stuebner Oct. 10, 2019, 9:27 p.m. UTC | #1
Am Montag, 7. Oktober 2019, 13:33:25 CEST schrieb Robin Murphy:
> All the nanopi4 boards have HDMI, so let them make noise on it.
> 
> Signed-off-by: Robin Murphy <robin.murphy@arm.com>

applied for 5.5

Thanks
Heiko
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi
index 170f7ed6d773..b788ae4f47f0 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi
@@ -184,6 +184,10 @@ 
 	status = "okay";
 };
 
+&hdmi_sound {
+	status = "okay";
+};
+
 &i2c0 {
 	clock-frequency = <400000>;
 	i2c-scl-rising-time-ns = <160>;
@@ -459,6 +463,10 @@ 
 	status = "okay";
 };
 
+&i2s2 {
+	status = "okay";
+};
+
 &io_domains {
 	bt656-supply = <&vcc_1v8>;
 	audio-supply = <&vcca1v8_codec>;