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 a9b9416 commit 08e26c1Copy full SHA for 08e26c1
tests/drivers/build_all/display/app.overlay
@@ -273,6 +273,25 @@
273
phase-length = <0x0>;
274
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
275
};
276
+
277
+ test_mipi_dbi_ssd1357: ssd1357@16 {
278
+ compatible = "solomon,ssd1357";
279
+ mipi-max-frequency = <10000000>;
280
+ reg = <16>;
281
+ width = <128>;
282
+ height = <128>;
283
+ oscillator-freq = <0x0>;
284
+ display-offset = <0x0>;
285
+ multiplex-ratio = <0x0>;
286
+ phase-length = <0x0>;
287
+ vcomh-voltage = <0x0>;
288
+ current-att = <0x0>;
289
+ precharge-time = <0x0>;
290
+ start-line = <0>;
291
+ precharge-voltage = <0x0>;
292
+ remap-value = <0x0>;
293
+ mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
294
+ };
295
296
297
test_mipi_dbi_xfr_16bit_write_only {
0 commit comments