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 2d446d9 commit 49c91bbCopy full SHA for 49c91bb
tests/drivers/build_all/display/app.overlay
@@ -273,6 +273,29 @@
273
phase-length = <0x0>;
274
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
275
};
276
+
277
+ test_mipi_dbi_ssd1677: ssd1677@16 {
278
+ compatible = "solomon,ssd1677";
279
+ mipi-max-frequency = <4000000>;
280
+ reg = <4>;
281
+ busy-gpios = <&test_gpio 0 0>;
282
283
+ width = <480>;
284
+ height = <800>;
285
286
+ tssv = <0x80>;
287
+ softstart = [AE C7 C3 C0 80];
288
+ gdo-flags = <0x02>;
289
+ scan-y-reverse;
290
291
+ full {
292
+ border-waveform = <0x01>;
293
+ };
294
295
+ partial {
296
+ border-waveform = <0x80>;
297
298
299
300
301
test_mipi_dbi_xfr_16bit_write_only {
0 commit comments