Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rockchip64-6.14: rewrite rock5b hdmi audio patch #7929

Merged
merged 1 commit into from
Mar 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
From: Detlev Casanova <[email protected]>
Subject: [PATCH v7 3/3] arm64: dts: rockchip: Enable HDMI audio outputs for Rock 5B
Date: Mon, 17 Feb 2025 16:47:42 -0500 [thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <20250217215641.372723-1-[email protected]>
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Aleksey Komarov <[email protected]>
Date: Sat, 8 Mar 2025 19:43:05 +0100
Subject: [ARCHEOLOGY] Enable HDMI audio outputs for Rock 5B by
[email protected]

HDMI audio is available on the Rock 5B HDMI TX ports.
Enable it for both ports.

Reviewed-by: Quentin Schulz <[email protected]>
Signed-off-by: Detlev Casanova <[email protected]>
> X-Git-Archeology: > recovered message: > https://lore.kernel.org/all/[email protected]/
> X-Git-Archeology: - Revision bf9ffa6eedd5df804e3f9a86c84e00607289cd59: https://github.com/armbian/build/commit/bf9ffa6eedd5df804e3f9a86c84e00607289cd59
> X-Git-Archeology: Date: Sat, 08 Mar 2025 19:43:05 +0100
> X-Git-Archeology: From: Aleksey Komarov <[email protected]>
> X-Git-Archeology: Subject: Enable HDMI audio outputs for Rock 5B by [email protected]
> X-Git-Archeology:
---
arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 16 ++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 16 ++++++++++
1 file changed, 16 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
index 27128c6a05a2f..8f42cd0427701 100644
index 111111111111..222222222222 100644
--- 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_out_con: endpoint {
Expand Down Expand Up @@ -55,4 +56,5 @@ index 27128c6a05a2f..8f42cd0427701 100644
polling-delay = <1000>;

--
2.48.1
Armbian

Loading