diff --git a/doc/releases/migration-guide-4.1.rst b/doc/releases/migration-guide-4.1.rst index d35ab96073c736..82568a93dee0e1 100644 --- a/doc/releases/migration-guide-4.1.rst +++ b/doc/releases/migration-guide-4.1.rst @@ -45,6 +45,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 = ; + ... + }; + + /* New display definition */ + + st7735r: st7735r@0 { + ... + mipi-mode = "MIPI_DBI_MODE_SPI_4WIRE"; + ... + }; + + Enhanced Serial Peripheral Interface (eSPI) ===========================================