File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
tests/drivers/build_all/display Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 209
209
vcomh-voltage = <0>;
210
210
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
211
211
};
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
+ };
212
233
};
213
234
214
235
test_mipi_dbi_xfr_16bit_write_only {
You can’t perform that action at this time.
0 commit comments