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 90f57f8 commit bcfe94cCopy full SHA for bcfe94c
tests/drivers/build_all/display/app.overlay
@@ -230,6 +230,25 @@
230
remap-value = <0x0>;
231
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
232
};
233
+
234
+ test_mipi_dbi_ssd1351: ssd1351@14 {
235
+ compatible = "solomon,ssd1351";
236
+ mipi-max-frequency = <10000000>;
237
+ reg = <14>;
238
+ width = <128>;
239
+ height = <128>;
240
+ oscillator-freq = <0x0>;
241
+ display-offset = <0x0>;
242
+ multiplex-ratio = <0x0>;
243
+ phase-length = <0x0>;
244
+ vcomh-voltage = <0x0>;
245
+ current-att = <0x0>;
246
+ precharge-time = <0x0>;
247
+ start-line = <0>;
248
+ precharge-voltage = <0x0>;
249
+ remap-value = <0x0>;
250
+ mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
251
+ };
252
253
254
test_mipi_dbi_xfr_16bit_write_only {
0 commit comments