Skip to content
Snippets Groups Projects
Commit d458a684 authored by Clemens Terasa's avatar Clemens Terasa
Browse files

arm64: dts: tanaro: Reduce pixelcklock frequency for scx1001255ggu06

Due to an unknown graphics pipeline issue we cannot use the correct
display settings for the SCX1001255GGU06 display. It seems that the
clocking and synchronization of the whole graphics pipeline consisting
of the LCDIF, the MIPI DSI, the MIPI PHY and the MIPI to LVDS
transceiver cannot be applied by simply changing the clock-frequency of
the attached panel.

Though trail and error we were not able to modify the pipeline clocking
in such a way that it works with the correct frequency.

Thus use the frequency from the fg0700w0dsswagl1 instead.

The display has a reduced frame rate, but otherwise works as expected.
parent c6bcfd0e
No related branches found
No related tags found
2 merge requests!455CI: Update gitlab-ci,!144arm64: dts: tanaro: Reduce pixelcklock frequency for scx1001255ggu06
Pipeline #29337 passed with stage
in 12 seconds
......@@ -58,7 +58,13 @@ panel_lvds: panel {
/* Enable pin is shared with the sn65dsi83 */
panel-timing {
clock-frequency = <71107200>;
/* The following frequency 71.107200 MHz is valid
* for 60Hz fps. But somehow this does not work
* clock-frequency = <71107200>;
* Use the lower working clock, and reduce the fps to
* ~43.
*/
clock-frequency = <51206400>;
hactive = <1280>;
vactive = <800>;
hfront-porch = <70>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment