Skip to content

Commit

Permalink
doc: releases: migration-guide-4.1: document change to mipi-dbi binding
Browse files Browse the repository at this point in the history
Document change to mipi-dbi device binding, and provide users with
example of how to transition to the new mipi-mode property.

Signed-off-by: Daniel DeGrasse <[email protected]>
  • Loading branch information
danieldegrasse authored and kartben committed Nov 23, 2024
1 parent c565c2c commit 3d6dde4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions doc/releases/migration-guide-4.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,29 @@ Controller Area Network (CAN)
Display
=======

* Displays using the MIPI DBI driver which set their MIPI DBI mode via the
``mipi-mode`` property in devicetree should now use a string property of
the same name, like so:

.. code-block:: devicetree
/* Legacy display definition */
st7735r: st7735r@0 {
...
mipi-mode = <MIPI_DBI_MODE_SPI_4WIRE>;
...
};
/* New display definition */
st7735r: st7735r@0 {
...
mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE";
...
};
Enhanced Serial Peripheral Interface (eSPI)
===========================================

Expand Down

0 comments on commit 3d6dde4

Please sign in to comment.