File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
tests/drivers/build_all/display Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 313
313
cdi = <0x17>;
314
314
};
315
315
};
316
+
317
+ test_mipi_dbi_st7305: st7305@18 {
318
+ compatible = "sitronix,st7305";
319
+ mipi-max-frequency = <10000000>;
320
+ reg = <18>;
321
+ width = <168>;
322
+ height = <384>;
323
+ start-line = <0>;
324
+ start-column = <48>;
325
+ nvm-load = [17 02];
326
+ gate-voltages = [11 04];
327
+ vsh = [41 41 41 41];
328
+ vsl = [19 19 19 19];
329
+ vshn = [41 41 41 41];
330
+ vsln = [19 19 19 19];
331
+ osc-settings = <0xA6>;
332
+ framerate = <0x5>;
333
+ multiplex-ratio = <0x64>;
334
+ source-voltage = <0x0>;
335
+ remap-value = <0x40>;
336
+ panel-settings = <0x29>;
337
+ mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
338
+ };
339
+
340
+ test_mipi_dbi_st7306: st7306@19 {
341
+ compatible = "sitronix,st7306";
342
+ mipi-max-frequency = <10000000>;
343
+ reg = <19>;
344
+ width = <312>;
345
+ height = <400>;
346
+ start-line = <0>;
347
+ start-column = <216>;
348
+ nvm-load = [17 02];
349
+ gate-voltages = [11 04];
350
+ vsh = [41 41 41 41];
351
+ vsl = [19 19 19 19];
352
+ vshn = [41 41 41 41];
353
+ vsln = [19 19 19 19];
354
+ osc-settings = <0x80>;
355
+ framerate = <0x05>;
356
+ multiplex-ratio = <0x64>;
357
+ source-voltage = <0x0>;
358
+ remap-value = <0x4>;
359
+ panel-settings = <0x29>;
360
+ mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
361
+ };
316
362
};
317
363
318
364
test_mipi_dbi_xfr_16bit_write_only {
You can’t perform that action at this time.
0 commit comments