]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/6.8.6/arm64-dts-rockchip-fix-rk3328-hdmi-ports-node.patch
Linux 6.8.6
[thirdparty/kernel/stable-queue.git] / releases / 6.8.6 / arm64-dts-rockchip-fix-rk3328-hdmi-ports-node.patch
1 From 266c767fbd5d47942c0942aa7fbe10c4354f1118 Mon Sep 17 00:00:00 2001
2 From: Sasha Levin <sashal@kernel.org>
3 Date: Wed, 31 Jan 2024 22:17:08 +0100
4 Subject: arm64: dts: rockchip: fix rk3328 hdmi ports node
5
6 From: Johan Jonker <jbx6244@gmail.com>
7
8 [ Upstream commit 1d00ba4700d1e0f88ae70d028d2e17e39078fa1c ]
9
10 Fix rk3328 hdmi ports node so that it matches the
11 rockchip,dw-hdmi.yaml binding.
12
13 Signed-off-by: Johan Jonker <jbx6244@gmail.com>
14 Link: https://lore.kernel.org/r/e5dea3b7-bf84-4474-9530-cc2da3c41104@gmail.com
15 Signed-off-by: Heiko Stuebner <heiko@sntech.de>
16 Signed-off-by: Sasha Levin <sashal@kernel.org>
17 ---
18 arch/arm64/boot/dts/rockchip/rk3328.dtsi | 11 ++++++++++-
19 1 file changed, 10 insertions(+), 1 deletion(-)
20
21 diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
22 index 7b4c15c4a9c31..b6f045069ee2f 100644
23 --- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi
24 +++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
25 @@ -744,11 +744,20 @@ hdmi: hdmi@ff3c0000 {
26 status = "disabled";
27
28 ports {
29 - hdmi_in: port {
30 + #address-cells = <1>;
31 + #size-cells = <0>;
32 +
33 + hdmi_in: port@0 {
34 + reg = <0>;
35 +
36 hdmi_in_vop: endpoint {
37 remote-endpoint = <&vop_out_hdmi>;
38 };
39 };
40 +
41 + hdmi_out: port@1 {
42 + reg = <1>;
43 + };
44 };
45 };
46
47 --
48 2.43.0
49