Skip to content

Commit 40c75b7

Browse files
VynDragonkartben
authored andcommitted
tests: drivers: add ssd1331 to build_all
Add the build test Signed-off-by: Camille BAUD <[email protected]>
1 parent 4b3fc31 commit 40c75b7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

tests/drivers/build_all/display/app.overlay

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,27 @@
209209
vcomh-voltage = <0>;
210210
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
211211
};
212+
213+
test_mipi_dbi_ssd1331: ssd1331@13 {
214+
compatible = "solomon,ssd1331";
215+
reg = <13>;
216+
mipi-max-frequency = <10000000>;
217+
width = <96>;
218+
height = <64>;
219+
display-offset = <0x0>;
220+
start-line = <0x0>;
221+
phase-length = <0x0>;
222+
oscillator-freq = <0x0>;
223+
multiplex-ratio = <0x0>;
224+
precharge-time-a = <0x0>;
225+
precharge-time-b = <0x0>;
226+
precharge-time-c = <0x0>;
227+
precharge-voltage = <0x0>;
228+
vcomh-voltage = <0x0>;
229+
current-att = <0x0>;
230+
remap-value = <0x0>;
231+
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
232+
};
212233
};
213234

214235
test_mipi_dbi_xfr_16bit_write_only {

0 commit comments

Comments
 (0)