Skip to content

Commit 55da73f

Browse files
aford173Bartosz Golaszewski
authored andcommitted
ARM: dts: davinci: da850-evm: Increase fifo threshold
When operating at low speeds, the display may throw an underflow error and the display itself goes blank. Increasing the fifo-th value appears to correct this problem and the display can now operate when the system is operating at speeds as low as 100MHz. Signed-off-by: Adam Ford <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent 78e6b54 commit 55da73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/ti/davinci/da850-evm.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
sync-edge = <0>;
6161
sync-ctrl = <1>;
6262
raster-order = <0>;
63-
fifo-th = <0>;
63+
fifo-th = <1>;
6464
};
6565

6666
display-timings {

0 commit comments

Comments
 (0)