Skip to content

Commit 3624c3c

Browse files
bivvyrkhuangtao
authored andcommitted
arm: dts: rockchip: rk3288-th804: Update display clock frequency for panel
Target pixel clock rate for refresh rate @60 Hz = (1600 + 35 + 110 + 15) * (2560 + 8 + 12 + 4) * 60 = 272870400 Hz ~ 272 MHz Change-Id: Icc26ff98a2d98bdde5093db3dd211846e812069d Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
1 parent 37ee7da commit 3624c3c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

arch/arm/boot/dts/rk3288-th804.dts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,9 @@
513513
};
514514

515515
&dsi0 {
516-
status = "okay";
517516
rockchip,dual-channel = <&dsi1>;
517+
rockchip,lane-rate = <1000>;
518+
status = "okay";
518519

519520
panel: panel@0 {
520521
compatible = "simple-panel-dsi";
@@ -523,7 +524,7 @@
523524
reset-gpios = <&gpio7 4 GPIO_ACTIVE_LOW>;
524525
power-supply = <&vcc_lcd>;
525526
dsi,flags = <(MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
526-
MIPI_DSI_MODE_LPM | MIPI_DSI_MODE_EOT_PACKET)>;
527+
MIPI_DSI_MODE_EOT_PACKET)>;
527528
dsi,format = <MIPI_DSI_FMT_RGB888>;
528529
dsi,lanes = <8>;
529530

@@ -551,7 +552,7 @@
551552
native-mode = <&timing0>;
552553

553554
timing0: timing0 {
554-
clock-frequency = <240000000>;
555+
clock-frequency = <272000000>;
555556
hactive = <1600>;
556557
vactive = <2560>;
557558
hback-porch = <35>;

0 commit comments

Comments
 (0)