Skip to content

Commit 27aff0c

Browse files
committed
tests: build_all: display: Add build tests for new bindings in ssd16xx
Add tests for new display bindings added in ssd16xx display driver. Signed-off-by: Nisarg Jhaveri <[email protected]>
1 parent 2d446d9 commit 27aff0c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

tests/drivers/build_all/display/app.overlay

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,29 @@
273273
phase-length = <0x0>;
274274
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
275275
};
276+
277+
test_mipi_dbi_ssd1677: ssd1677@16 {
278+
compatible = "solomon,ssd1677";
279+
mipi-max-frequency = <4000000>;
280+
reg = <16>;
281+
busy-gpios = <&test_gpio 0 0>;
282+
283+
width = <480>;
284+
height = <800>;
285+
286+
tssv = <0x80>;
287+
softstart = [AE C7 C3 C0 80];
288+
gdo-flags = <0x02>;
289+
scan-y-reverse;
290+
291+
full {
292+
border-waveform = <0x01>;
293+
};
294+
295+
partial {
296+
border-waveform = <0x80>;
297+
};
298+
};
276299
};
277300

278301
test_mipi_dbi_xfr_16bit_write_only {

0 commit comments

Comments
 (0)