Skip to content

Commit

Permalink
ROCK5ITX: DTS: Enable HDMI0 output
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Bălănică <[email protected]>
  • Loading branch information
mariobalanica committed Jan 1, 2025
1 parent c52b057 commit 06408b6
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions devicetree/mainline/rk3588-rock-5-itx-fixup.dts
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)

#include <dt-bindings/soc/rockchip,vop2.h>
#include "rk3588-rock-5-itx.dts"

/ {
/delete-node/ pcie-oscillator;

hdmi0-con {
compatible = "hdmi-connector";
type = "a";

port {
hdmi0_con_in: endpoint {
remote-endpoint = <&hdmi0_out_con>;
};
};
};
};

/*
Expand Down Expand Up @@ -31,3 +43,38 @@
"aclk_dbi", "pclk",
"aux", "pipe";
};

&hdmi0 {
status = "okay";
};

&hdmi0_in {
hdmi0_in_vp0: endpoint {
remote-endpoint = <&vp0_out_hdmi0>;
};
};

&hdmi0_out {
hdmi0_out_con: endpoint {
remote-endpoint = <&hdmi0_con_in>;
};
};

&hdptxphy_hdmi0 {
status = "okay";
};

&vop_mmu {
status = "okay";
};

&vop {
status = "okay";
};

&vp0 {
vp0_out_hdmi0: endpoint@ROCKCHIP_VOP2_EP_HDMI0 {
reg = <ROCKCHIP_VOP2_EP_HDMI0>;
remote-endpoint = <&hdmi0_in_vp0>;
};
};

0 comments on commit 06408b6

Please sign in to comment.