diff options
author | Jianfeng Liu <liujianfeng1994@gmail.com> | 2025-03-13 00:40:49 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2025-03-13 23:10:23 +0100 |
commit | 1f04a241759e78c0295f09731f9de3d7eb1ea6e5 (patch) | |
tree | 1795419258d382a594b5e84cbf7f85093e7282b4 | |
parent | 3a01b5f14a8ae2d45aea5aeed30001ac1655de86 (diff) |
arm64: dts: rockchip: Enable HDMI audio output for ArmSoM Sige7
HDMI audio is available on the ArmSoM Sige7 HDMI TX port.
Enable it for HDMI0 port.
Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com>
Link: https://lore.kernel.org/r/20250312164056.3998224-1-liujianfeng1994@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dts b/arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dts index face42bb0d7d..ae9274365bed 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dts @@ -192,6 +192,10 @@ }; }; +&hdmi0_sound { + status = "okay"; +}; + &hdptxphy0 { status = "okay"; }; @@ -290,6 +294,10 @@ }; }; +&i2s5_8ch { + status = "okay"; +}; + /* phy1 - right ethernet port */ &pcie2x1l0 { reset-gpios = <&gpio4 RK_PA5 GPIO_ACTIVE_HIGH>; |