Skip to content

Commit 1d8c3c0

Browse files
stglooriousmmahadevan108
authored andcommitted
doc: update MIPI DBI API compatibility
The MIPI DBI API supports MIPI DBI controllers type A, B, and C (except with 16 write clocks). Update the documentation accordingly. Signed-off-by: Stefan Gloor <[email protected]>
1 parent ac88160 commit 1d8c3c0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/hardware/peripherals/mipi_dbi.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ MIPI DBI defines 3 interface types:
2020

2121
#. 8 write clocks per byte. Command/data selected via GPIO pin
2222

23-
Currently, the API only supports Type C controllers, options 1 and 3.
23+
Currently, the API does not support Type C controllers with 16 write clocks
24+
(option 2).
2425

2526
API Reference
2627
*************

include/zephyr/drivers/mipi_dbi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* 1. 9 write clocks per byte, final bit is command/data selection bit
1616
* 2. Same as above, but 16 write clocks per byte
1717
* 3. 8 write clocks per byte. Command/data selected via GPIO pin
18-
* The current driver interface only supports type C modes 1 and 3
18+
* The current driver interface does not support type C with 16 write clocks (option 2).
1919
*/
2020

2121
#ifndef ZEPHYR_INCLUDE_DRIVERS_MIPI_DBI_H_

0 commit comments

Comments
 (0)