File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
tests/drivers/build_all/display Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 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 {
477478 com-invdir;
478479 prechargep = <0x22>;
479480 };
481+
480482 test_st7567: st7567@2 {
481483 compatible = "sitronix,st7567";
482484 reg = <0x2>;
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};
You can’t perform that action at this time.
0 commit comments