Skip to content

Commit

Permalink
Merge pull request #263 from Ken-Vamrs/linux-5.10-gen-rkr3.4
Browse files Browse the repository at this point in the history
Changes:
  * arm64: dts: rock5 itx: add hdmi0_phy_pll

Signed-off-by: Stephen Chen <stephen@radxa.com>
  • Loading branch information
RadxaStephen authored Jan 3, 2024
2 parents cd9d91e + 2a05a0f commit 6a07dbf
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions arch/arm64/boot/dts/rockchip/rk3588-rock-5-itx.dts
Original file line number Diff line number Diff line change
Expand Up @@ -596,21 +596,24 @@
};

&display_subsystem {
clocks = <&hdptxphy_hdmi_clk1>;
clock-names = "hdmi1_phy_pll";

clocks = <&hdptxphy_hdmi_clk0>, <&hdptxphy_hdmi_clk1>;
clock-names = "hdmi0_phy_pll", "hdmi1_phy_pll";
route {
route_hdmi1: route-hdmi1 {
status = "okay";
logo,uboot = "logo.bmp";
logo,kernel = "logo_kernel.bmp";
logo,mode = "center";
charge_logo,mode = "center";
connect = <&vp1_out_hdmi1>;
connect = <&vp0_out_hdmi1>;
};
};
};

&hdptxphy_hdmi_clk0 {
status = "okay";
};

&hdptxphy_hdmi_clk1 {
status = "okay";
};
Expand Down Expand Up @@ -650,6 +653,10 @@
pinctrl-names = "default";
};

&hdptxphy_hdmi0 {
status = "okay";
};

&hdptxphy_hdmi1 {
status = "okay";
};
Expand Down

0 comments on commit 6a07dbf

Please sign in to comment.