Skip to content

Commit 08e26c1

Browse files
VynDragoncfriedt
authored andcommitted
tests: build_all: Add ssd1357 build test
Adds ssd1357 build test Signed-off-by: Camille BAUD <[email protected]>
1 parent a9b9416 commit 08e26c1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

tests/drivers/build_all/display/app.overlay

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,25 @@
273273
phase-length = <0x0>;
274274
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
275275
};
276+
277+
test_mipi_dbi_ssd1357: ssd1357@16 {
278+
compatible = "solomon,ssd1357";
279+
mipi-max-frequency = <10000000>;
280+
reg = <16>;
281+
width = <128>;
282+
height = <128>;
283+
oscillator-freq = <0x0>;
284+
display-offset = <0x0>;
285+
multiplex-ratio = <0x0>;
286+
phase-length = <0x0>;
287+
vcomh-voltage = <0x0>;
288+
current-att = <0x0>;
289+
precharge-time = <0x0>;
290+
start-line = <0>;
291+
precharge-voltage = <0x0>;
292+
remap-value = <0x0>;
293+
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
294+
};
276295
};
277296

278297
test_mipi_dbi_xfr_16bit_write_only {

0 commit comments

Comments
 (0)