Skip to content

Commit bcfe94c

Browse files
VynDragonkartben
authored andcommitted
tests: build_all: Add ssd1351 build test
Adds ssd1351 build test Signed-off-by: Camille BAUD <mail@massdriver.space>
1 parent 90f57f8 commit bcfe94c

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
@@ -230,6 +230,25 @@
230230
remap-value = <0x0>;
231231
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
232232
};
233+
234+
test_mipi_dbi_ssd1351: ssd1351@14 {
235+
compatible = "solomon,ssd1351";
236+
mipi-max-frequency = <10000000>;
237+
reg = <14>;
238+
width = <128>;
239+
height = <128>;
240+
oscillator-freq = <0x0>;
241+
display-offset = <0x0>;
242+
multiplex-ratio = <0x0>;
243+
phase-length = <0x0>;
244+
vcomh-voltage = <0x0>;
245+
current-att = <0x0>;
246+
precharge-time = <0x0>;
247+
start-line = <0>;
248+
precharge-voltage = <0x0>;
249+
remap-value = <0x0>;
250+
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
251+
};
233252
};
234253

235254
test_mipi_dbi_xfr_16bit_write_only {

0 commit comments

Comments
 (0)