arm64: dts: rockchip: Enable nanopi4 HDMI audio
authorRobin Murphy <robin.murphy@arm.com>
Mon, 7 Oct 2019 11:33:25 +0000 (12:33 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 10 Oct 2019 21:32:30 +0000 (23:32 +0200)
All the nanopi4 boards have HDMI, so let them make noise on it.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/7fe6e94e4b9f5986f19f2637b7b716f0cb54de1b.1570444701.git.robin.murphy@arm.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi

index dd16c80..3bd4cbf 100644 (file)
        status = "okay";
 };
 
+&hdmi_sound {
+       status = "okay";
+};
+
 &i2c0 {
        clock-frequency = <400000>;
        i2c-scl-rising-time-ns = <160>;
        status = "okay";
 };
 
+&i2s2 {
+       status = "okay";
+};
+
 &io_domains {
        bt656-supply = <&vcc_1v8>;
        audio-supply = <&vcca1v8_codec>;