Skip to content

Commit 15a5ed0

Browse files
Johan Jonkermmind
authored andcommitted
ARM: dts: rockchip: fix rk322x hdmi ports node
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>
1 parent 585e4dc commit 15a5ed0

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

arch/arm/boot/dts/rockchip/rk322x.dtsi

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -736,14 +736,20 @@
736736
status = "disabled";
737737

738738
ports {
739-
hdmi_in: port {
740-
#address-cells = <1>;
741-
#size-cells = <0>;
742-
hdmi_in_vop: endpoint@0 {
743-
reg = <0>;
739+
#address-cells = <1>;
740+
#size-cells = <0>;
741+
742+
hdmi_in: port@0 {
743+
reg = <0>;
744+
745+
hdmi_in_vop: endpoint {
744746
remote-endpoint = <&vop_out_hdmi>;
745747
};
746748
};
749+
750+
hdmi_out: port@1 {
751+
reg = <1>;
752+
};
747753
};
748754
};
749755

0 commit comments

Comments
 (0)