boards: shields: lcd_par_s035: configure TE signal for RW612

Configure the TE signal for the rw_rw612_bga board when using the
lcd_par_s035 shield. This signal should be handled on the rising edge in
the default configuration, since the display writes from the MCU are
faster than the panel reads data.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
Daniel DeGrasse 2024-11-11 20:41:07 +00:00 committed by Benjamin Cabé
commit 72c4700d65

View file

@ -84,6 +84,8 @@
* software
*/
rgb-is-inverted;
/* Enable TE synchronization, using the rising edge */
te-mode = "MIPI_DBI_TE_RISING_EDGE";
};
&lcdic {
@ -94,4 +96,6 @@
nxp,write-inactive-cycles = <1>;
/* Raise the timer0 ratio to enable longer reset delay */
nxp,timer0-ratio = <15>;
/* Lower timer1 ratio to enable shorter TE delay */
nxp,timer1-ratio = <0>;
};