File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
tests/drivers/build_all/display Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 250250 remap-value = <0x0>;
251251 mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
252252 };
253+
254+ test_mipi_dbi_ssd1363: ssd1363@15 {
255+ compatible = "solomon,ssd1363";
256+ reg = <15>;
257+ mipi-max-frequency = <100000000>;
258+ width = <256>;
259+ height = <128>;
260+ precharge-period = <0x0>;
261+ remap-value = <0x0000>;
262+ oscillator-freq = <0x0>;
263+ display-offset = <0x0>;
264+ column-offset = <0>;
265+ start-line = <0>;
266+ multiplex-ratio = <0>;
267+ phase-length = <0x0>;
268+ mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
269+ };
253270 };
254271
255272 test_mipi_dbi_xfr_16bit_write_only {
533550 remap-value = <0>;
534551 phase-length = <0>;
535552 };
553+
554+ test_ssd1363: ssd1363@6 {
555+ compatible = "solomon,ssd1363";
556+ reg = <0x5>;
557+ width = <256>;
558+ height = <128>;
559+ precharge-period = <0x0>;
560+ remap-value = <0x0000>;
561+ oscillator-freq = <0x0>;
562+ display-offset = <0x0>;
563+ column-offset = <0>;
564+ start-line = <0>;
565+ multiplex-ratio = <0>;
566+ phase-length = <0x0>;
567+ };
536568 };
537569 };
538570};
You can’t perform that action at this time.
0 commit comments