Skip to content

Commit

Permalink
arm64: dts: rockchip: Make use of HDMI0 PHY PLL on rock-5b
Browse files Browse the repository at this point in the history
The initial vop2 support for rk3588 in mainline is not able to handle
all display modes supported by connected displays, e.g.
2560x1440-75.00Hz, 2048x1152-60.00Hz, 1024x768-60.00Hz.

Additionally, it doesn't cope with non-integer refresh rates like 59.94,
29.97, 23.98, etc.

Make use of the HDMI0 PHY PLL to support the additional display modes.

Note this requires commit "drm/rockchip: vop2: Improve display modes
handling on rk3588", which needs a rework to be upstreamable.

Signed-off-by: Cristian Ciocaltea <[email protected]>
  • Loading branch information
cristicc authored and Joshua-Riek committed Sep 16, 2024
1 parent 0330e3d commit e474efa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@
status = "okay";
};

&display_subsystem {
clocks = <&hdptxphy_hdmi0>;
clock-names = "hdmi0_phy_pll";
};

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

0 comments on commit e474efa

Please sign in to comment.