We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295e616 commit 8eb57adCopy full SHA for 8eb57ad
tests/drivers/build_all/display/app.overlay
@@ -292,6 +292,29 @@
292
remap-value = <0x0>;
293
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
294
};
295
+
296
+ test_mipi_dbi_ssd1677: ssd1677@17 {
297
+ compatible = "solomon,ssd1677";
298
+ mipi-max-frequency = <4000000>;
299
+ reg = <17>;
300
+ busy-gpios = <&test_gpio 0 0>;
301
302
+ width = <480>;
303
+ height = <800>;
304
305
+ tssv = <0x80>;
306
+ softstart = [AE C7 C3 C0 80];
307
+ gdo-flags = <0x02>;
308
+ scan-y-reverse;
309
310
+ full {
311
+ border-waveform = <0x01>;
312
+ };
313
314
+ partial {
315
+ border-waveform = <0x80>;
316
317
318
319
320
test_mipi_dbi_xfr_16bit_write_only {
0 commit comments