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:
parent
6ed3554d20
commit
72c4700d65
1 changed files with 4 additions and 0 deletions
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue