Skip to content

Commit 72c4700

Browse files
danieldegrassekartben
authored andcommitted
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 <[email protected]>
1 parent 6ed3554 commit 72c4700

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/shields/lcd_par_s035/boards/rd_rw612_bga.overlay

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@
8484
* software
8585
*/
8686
rgb-is-inverted;
87+
/* Enable TE synchronization, using the rising edge */
88+
te-mode = "MIPI_DBI_TE_RISING_EDGE";
8789
};
8890

8991
&lcdic {
@@ -94,4 +96,6 @@
9496
nxp,write-inactive-cycles = <1>;
9597
/* Raise the timer0 ratio to enable longer reset delay */
9698
nxp,timer0-ratio = <15>;
99+
/* Lower timer1 ratio to enable shorter TE delay */
100+
nxp,timer1-ratio = <0>;
97101
};

0 commit comments

Comments
 (0)