Skip to content

Commit b5f9163

Browse files
committed
arm64: dts: LCD: adjust timing to set refresh rate to 55
Signed-off-by: Nick Xie <[email protected]>
1 parent b4c3fec commit b5f9163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/rockchip/khadas-ts050-panel.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,8 +701,8 @@
701701
timing0: timing0 {
702702
clock-frequency = <120000000>;
703703
hactive = <1088>; /* default 1080, but afbdc must 16 align */
704-
hfront-porch = <104>;
705-
hback-porch = <127>;
704+
hfront-porch = <24>;
705+
hback-porch = <23>;
706706
hsync-len = <4>; /////
707707
vactive = <1920>;
708708
vfront-porch = <4>;

0 commit comments

Comments
 (0)