Skip to content

Commit

Permalink
arm64: dts: rockchip: fix rk3328 hdmi ports node
Browse files Browse the repository at this point in the history
Fix rk3328 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/e5dea3b7-bf84-4474-9530-cc2da3c41104@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Johan Jonker authored and mmind committed Feb 13, 2024
1 parent d859ad3 commit 1d00ba4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion arch/arm64/boot/dts/rockchip/rk3328.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -745,11 +745,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>;
};
};
};

Expand Down

0 comments on commit 1d00ba4

Please sign in to comment.