MLK-24928 lcdifv3 dts: increase lcdif FIFO panic level for 4K display

Can see lcdif underrun occasionally in 4k display when run stress case
Increase lcdif FIFO panic level to avoid underrun

Signed-off-by: Jian Li <jian.li@nxp.com>
Reviewed-by: Fancy Fang <chen.fang@nxp.com>
This commit is contained in:
Jian Li 2020-10-28 13:35:56 +08:00
parent 9707e39f1b
commit e3746dc9f4

View File

@ -621,6 +621,9 @@
&lcdif3 {
status = "okay";
thres-low = <1 2>; /* (FIFO * 1 / 2) */
thres-high = <3 4>; /* (FIFO * 3 / 4) */
};
&ldb {