Skip to content

Commit

Permalink
ARM: dts: rockchip: fix rk322x hdmi ports node
Browse files Browse the repository at this point in the history
[ Upstream commit 15a5ed0 ]

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

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/9b84adf0-9312-47fd-becc-cadd06941f70@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Johan Jonker authored and gregkh committed Apr 13, 2024
1 parent c795042 commit bb8ca34
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions arch/arm/boot/dts/rockchip/rk322x.dtsi
Expand Up @@ -732,14 +732,20 @@
status = "disabled";

ports {
hdmi_in: port {
#address-cells = <1>;
#size-cells = <0>;
hdmi_in_vop: endpoint@0 {
reg = <0>;
#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>;
};
};
};

Expand Down

0 comments on commit bb8ca34

Please sign in to comment.