This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. For the original discussion see: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Link: https://github.com/openwrt/openwrt/pull/23139 Signed-off-by: Nick Hainke <vincent@systemli.org>
55 lines
1.2 KiB
Diff
55 lines
1.2 KiB
Diff
From 97aa62ed1e970bf8aa9f57e87c946a95fa3d5bef Mon Sep 17 00:00:00 2001
|
|
From: Detlev Casanova <detlev.casanova@collabora.com>
|
|
Date: Mon, 17 Feb 2025 16:47:42 -0500
|
|
Subject: arm64: dts: rockchip: Enable HDMI audio outputs for Rock 5B
|
|
|
|
HDMI audio is available on the Rock 5B HDMI TX ports.
|
|
Enable it for both ports.
|
|
|
|
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
|
|
Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com>
|
|
Fixes: 419d1918105e ("ASoC: simple-card-utils: use __free(device_node) for device node")
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Link: https://lore.kernel.org/r/20250217215641.372723-4-detlev.casanova@collabora.com
|
|
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|
|
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
|
|
@@ -231,6 +231,10 @@
|
|
};
|
|
};
|
|
|
|
+&hdmi0_sound {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&hdmi1 {
|
|
pinctrl-0 = <&hdmim0_tx1_cec &hdmim0_tx1_hpd
|
|
&hdmim1_tx1_scl &hdmim1_tx1_sda>;
|
|
@@ -249,6 +253,10 @@
|
|
};
|
|
};
|
|
|
|
+&hdmi1_sound {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&hdptxphy0 {
|
|
status = "okay";
|
|
};
|
|
@@ -351,6 +359,14 @@
|
|
};
|
|
};
|
|
|
|
+&i2s5_8ch {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
+&i2s6_8ch {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&package_thermal {
|
|
polling-delay = <1000>;
|
|
|