Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 223145f8 authored by Johan Jonker's avatar Johan Jonker Committed by Greg Kroah-Hartman
Browse files

arm64: dts: rockchip: fix rk3328 hdmi ports node



[ Upstream commit 1d00ba4700d1e0f88ae70d028d2e17e39078fa1c ]

Fix rk3328 hdmi ports node so that it matches the
rockchip,dw-hdmi.yaml binding.

Signed-off-by: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/e5dea3b7-bf84-4474-9530-cc2da3c41104@gmail.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 60d417f3
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -684,11 +684,20 @@
		status = "disabled";

		ports {
			hdmi_in: port {
			#address-cells = <1>;
			#size-cells = <0>;

			hdmi_in: port@0 {
				reg = <0>;

				hdmi_in_vop: endpoint {
					remote-endpoint = <&vop_out_hdmi>;
				};
			};

			hdmi_out: port@1 {
				reg = <1>;
			};
		};
	};