doc: Add MIPI API as an Experimental API

Add support for MIPI API

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2022-04-22 14:30:24 -05:00 committed by David Leach
commit e3b15691e9
4 changed files with 21 additions and 0 deletions

View file

@ -222,6 +222,11 @@ current :ref:`stability level <api_lifecycle>`.
- 1.14 - 1.14
- 2.4 - 2.4
* - :ref:`mipi_dsi_api`
- Experimental
- 3.1
- 3.1
* - :ref:`misc_api` * - :ref:`misc_api`
- Stable - Stable
- 1.0 - 1.0

View file

@ -44,3 +44,4 @@ Peripherals
watchdog.rst watchdog.rst
video.rst video.rst
espi.rst espi.rst
mipi_dsi.rst

View file

@ -0,0 +1,9 @@
.. _mipi_dsi_api:
MIPI-DSI
########
API Reference
*************
.. doxygengroup:: mipi_dsi_interface

View file

@ -100,6 +100,12 @@ New APIs in this release
* Added the :ref:`SDHC api <sdhc_api>`, used to interact with SD host controllers. * Added the :ref:`SDHC api <sdhc_api>`, used to interact with SD host controllers.
* MIPI-DSI
* Added a :ref:`MIPI-DSI api <mipi_dsi_api>`. This is an experimental API,
some of the features/APIs will be implemented later.
Kernel Kernel
****** ******