arm64: dts: rockchip: Enable HDMI audio on rk3328-roc-cc
authorChen-Yu Tsai <wens@csie.org>
Thu, 26 Nov 2020 07:33:35 +0000 (15:33 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 30 Nov 2020 00:07:38 +0000 (01:07 +0100)
The RK3328-ROC-CC already has HDMI display output enabled. Now that
audio for the HDMI controller is supported, it can be enabled as well.

Enable the simple-audio-card, and the I2S interface the audio is fed
from.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Link: https://lore.kernel.org/r/20201126073336.30794-3-wens@kernel.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts

index b76282e704de1879dbe5e33b57e44494b424ec99..697fce709031568ddd755ad390f4fad460be6f05 100644 (file)
        status = "okay";
 };
 
+&hdmi_sound {
+       status = "okay";
+};
+
 &i2c1 {
        status = "okay";
 
        };
 };
 
+&i2s0 {
+       status = "okay";
+};
+
 &io_domains {
        status = "okay";