Skip to content

Commit

Permalink
tests: drivers: build_all: add st7796s to display test
Browse files Browse the repository at this point in the history
Add entry for st7796s to display build_all test, so that the controller
driver will be built by CI.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
  • Loading branch information
danieldegrasse committed Mar 8, 2024
1 parent 4e2bfaf commit e867c16
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/drivers/build_all/display/app.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@
width = <320>;
height = <240>;
};

test_mipi_dbi_st7796s: st7796s@1 {
compatible = "sitronix,st7796s";
reg = <1>;
mipi-max-frequency = <25000000>;
height = <320>;
width = <480>;
/* Use dummy values for PCG and NGC,
* As this won't drive a real panel
*/
pgc = [F0 06 0B 07 06 05 2E 33 47 3A 17 16 2E 31];
ngc = [F0 09 0D 09 08 23 2E 33 46 38 13 13 2C 32];
};
};


Expand Down

0 comments on commit e867c16

Please sign in to comment.