diff options
| author | Nicolas Frattaroli <nicolas.frattaroli@collabora.com> | 2025-05-06 12:42:43 +0200 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2025-05-09 21:41:06 +0200 |
| commit | fcdeb39bb5615c4bb36f69d2ec11f25b54168304 (patch) | |
| tree | 3491ece4ae9bc584663ab5e454ce530e0c52d51e | |
| parent | f4a9c9fbf02c8948029846aba63c65c0425cb275 (diff) | |
| download | linux-fcdeb39bb5615c4bb36f69d2ec11f25b54168304.tar.gz linux-fcdeb39bb5615c4bb36f69d2ec11f25b54168304.zip | |
arm64: dts: rockchip: Enable HDMI audio on Sige5
With the hdmi_sound node added to the base RK3576 SoC tree, we can now
enable it on the Sige5 SBC.
Do this, and also enable the corresponding SAI6 audio controller node.
Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@collabora.com>
Link: https://lore.kernel.org/r/20250506-rk3576-sai-v4-4-a8b5f5733ceb@collabora.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
| -rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts b/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts index ec462347bfee..06e110de7328 100644 --- a/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts +++ b/arch/arm64/boot/dts/rockchip/rk3576-armsom-sige5.dts @@ -275,6 +275,10 @@ }; }; +&hdmi_sound { + status = "okay"; +}; + &hdptxphy { status = "okay"; }; @@ -736,6 +740,10 @@ status = "okay"; }; +&sai6 { + status = "okay"; +}; + &sdhci { bus-width = <8>; full-pwr-cycle-in-suspend; |
