Skip to content

Commit 26d170e

Browse files
VynDragonkartben
authored andcommitted
tests: display: Fix SSD1327 Test
Adds new property Signed-off-by: Camille BAUD <[email protected]>
1 parent 23d1a8f commit 26d170e

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

tests/drivers/build_all/display/app.overlay

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,16 @@
140140
compatible = "solomon,ssd1327fb";
141141
reg = <7>;
142142
mipi-max-frequency = <100000000>;
143-
144-
width = <240>;
145-
height = <240>;
143+
width = <128>;
144+
height = <128>;
146145
oscillator-freq = <0>;
147146
display-offset = <0>;
148147
start-line = <0>;
149148
multiplex-ratio = <0>;
150149
prechargep = <0>;
151150
remap-value = <0>;
151+
phase-length = <0>;
152+
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
152153
};
153154

154155
test_mipi_dbi_ssd1322: ssd1322@9 {
@@ -477,6 +478,7 @@
477478
com-invdir;
478479
prechargep = <0x22>;
479480
};
481+
480482
test_st7567: st7567@2 {
481483
compatible = "sitronix,st7567";
482484
reg = <0x2>;
@@ -517,6 +519,20 @@
517519
phase-length = <0>;
518520
vcomh-voltage = <0>;
519521
};
522+
523+
test_ssd1327fb: ssd1327fb@5 {
524+
compatible = "solomon,ssd1327fb";
525+
reg = <5>;
526+
width = <128>;
527+
height = <128>;
528+
oscillator-freq = <0>;
529+
display-offset = <0>;
530+
start-line = <0>;
531+
multiplex-ratio = <0>;
532+
prechargep = <0>;
533+
remap-value = <0>;
534+
phase-length = <0>;
535+
};
520536
};
521537
};
522538
};

0 commit comments

Comments
 (0)