diff options
| author | Andy Yan <andyshrk@163.com> | 2025-04-19 20:13:18 +0800 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2025-04-22 13:30:37 +0200 |
| commit | abfe411af85aa6ecde580b1f75b9c8145b635fa7 (patch) | |
| tree | cf8b41718729649ecf1d34c8ecf0e2be41700bc6 | |
| parent | 85e3fd37204a79e0cd3105176081439ddefbd3b2 (diff) | |
| download | linux-abfe411af85aa6ecde580b1f75b9c8145b635fa7.tar.gz linux-abfe411af85aa6ecde580b1f75b9c8145b635fa7.zip | |
arm64: dts: rockchip: Enable HDMI audio outputs for Cool Pi CM5 EVB
Enable audio outputs for two HDMI ports on Cool Pi CM5 EVB
Signed-off-by: Andy Yan <andyshrk@163.com>
Link: https://lore.kernel.org/r/20250419121326.388298-3-andyshrk@163.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
| -rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5-evb.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5-evb.dts b/arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5-evb.dts index 54c279399f9a..3d5c8b753208 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5-evb.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5-evb.dts @@ -128,6 +128,10 @@ status = "okay"; }; +&hdmi0_sound { + status = "okay"; +}; + &hdmi0_in { hdmi0_in_vp0: endpoint { remote-endpoint = <&vp0_out_hdmi0>; @@ -158,6 +162,10 @@ }; }; +&hdmi1_sound { + status = "okay"; +}; + &hdptxphy0 { status = "okay"; }; @@ -166,6 +174,14 @@ status = "okay"; }; +&i2s5_8ch { + status = "okay"; +}; + +&i2s6_8ch { + status = "okay"; +}; + /* M.2 E-Key */ &pcie2x1l1 { reset-gpios = <&gpio4 RK_PA2 GPIO_ACTIVE_HIGH>; |
