Skip to content

Commit 27ded76

Browse files
Johan Jonkermmind
authored andcommitted
ARM: dts: rockchip: fix rk3036 hdmi ports node
Fix hdmi ports node so that it matches the rockchip,inno-hdmi.yaml binding. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Link: https://lore.kernel.org/r/9a2afac1-ed5c-382d-02b0-b2f5f1af3abb@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 04c521c commit 27ded76

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,12 +405,20 @@
405405
pinctrl-0 = <&hdmi_ctl>;
406406
status = "disabled";
407407

408-
hdmi_in: port {
408+
ports {
409409
#address-cells = <1>;
410410
#size-cells = <0>;
411-
hdmi_in_vop: endpoint@0 {
411+
412+
hdmi_in: port@0 {
412413
reg = <0>;
413-
remote-endpoint = <&vop_out_hdmi>;
414+
415+
hdmi_in_vop: endpoint {
416+
remote-endpoint = <&vop_out_hdmi>;
417+
};
418+
};
419+
420+
hdmi_out: port@1 {
421+
reg = <1>;
414422
};
415423
};
416424
};

0 commit comments

Comments
 (0)