diff options
| author | Quentin Schulz <quentin.schulz@cherry.de> | 2025-03-17 13:07:27 +0100 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2025-04-07 09:15:45 +0200 |
| commit | 200b3fa574c9377ff0b4e69a6ca4668939bf0cad (patch) | |
| tree | 5d89fb9708e76749e8f89059a07e5cd9daa510d1 | |
| parent | f46705afd1aafd843e28e981447c92469e846673 (diff) | |
| download | linux-200b3fa574c9377ff0b4e69a6ca4668939bf0cad.tar.gz linux-200b3fa574c9377ff0b4e69a6ca4668939bf0cad.zip | |
arm64: dts: rockchip: Enable HDMI audio output for RK3588 Tiger Haikou
HDMI audio is available on the RK3588 Tiger Haikou HDMI TX port, so
let's enable it.
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Link: https://lore.kernel.org/r/20250317-tsd-rk3588-hdmi-audio-v1-2-0b8ceb9597a6@cherry.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
| -rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts b/arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts index a3d8ff647839..caa43d1abf17 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-tiger-haikou.dts @@ -189,6 +189,10 @@ }; }; +&hdmi0_sound { + status = "okay"; +}; + &hdptxphy0 { status = "okay"; }; @@ -228,6 +232,10 @@ status = "okay"; }; +&i2s5_8ch { + status = "okay"; +}; + &pcie30phy { status = "okay"; }; |
