| commit | aab5730d0f790b8c380a2c75af60b64561b7d0d7 | [log] [tgz] |
|---|---|---|
| author | Michael Hope <mlhx@google.com> | Sun Jul 21 12:50:37 2024 +0000 |
| committer | Anas Nashif <anas.nashif@intel.com> | Sat Jul 27 10:45:34 2024 +0300 |
| tree | ded38db1d6e4ffc1eb038390b923cf05d1f37e5e | |
| parent | a5781547d62f52d3ea87b2540ccf96c64d22cea0 [diff] |
drivers: mipi_dbi: reduce the RAM overhead Constify the config and reorder the data fields for better packing. This reduces the RAM usage of `mipi_dbi_spi` by 20 bytes. Signed-off-by: Michael Hope <mlhx@google.com>