drivers: mipi_dbi: doc: fix clock in waveform diagram

In the Doxygen comments, the amount of SPI clocks now match the
number of data bits shown. The clock was shown half the speed.

Signed-off-by: Stephan Linz <linz@li-pro.net>
This commit is contained in:
Stephan Linz 2024-02-09 21:12:06 +01:00 committed by Benjamin Cabé
parent 9a148413ef
commit 0c93541bb5

View File

@ -20,15 +20,15 @@
* command or data byte
*
*
* .---. .---. .---. .---. .---. .---. .---. .---.
* SCK -' '---' '---' '---' '---' '---' '---' '---' '---
* .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-
* SCK -' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-'
*
* -.---.---.---.---.---.---.---.---.---.---.---.---.---.---.---.
* -.---.---.---.---.---.---.---.---.---.---.---.---.---.---.---.-
* DOUT |D/C| D7| D6| D5| D4| D3| D2| D1| D0|D/C| D7| D6| D5| D4|...|
* -'---'---'---'---'---'---'---'---'---'---'---'---'---'---'---'
* -'---'---'---'---'---'---'---'---'---'---'---'---'---'---'---'-
* | Word 1 | Word n
*
* -. .--
* -. .-
* CS '-----------------------------------------------------------'
*/
#define MIPI_DBI_MODE_SPI_3WIRE 0x1
@ -37,15 +37,15 @@
* an additional C/D pin will be use to indicate whether the byte is a
* command or data byte
*
* .---. .---. .---. .---. .---. .---. .---. .---.
* SCK -' '---' '---' '---' '---' '---' '---' '---' '---
* .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-. .-.
* SCK -' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '-' '---
*
* -.---.---.---.---.---.---.---.---.---.---.---.---.---.---.---.---.
* -.---.---.---.---.---.---.---.---.---.---.---.---.---.---.---.---.-
* DOUT | D7| D6| D5| D4| D3| D2| D1| D0| D7| D6| D5| D4| D3| D2| D1| D0|
* -'---'---'---'---'---'---'---'---'---'---'---'---'---'---'---'---'
* -'---'---'---'---'---'---'---'---'---'---'---'---'---'---'---'---'-
* | Word 1 | Word n
*
* -. .--
* -. .-
* CS '---------------------------------------------------------------'
*
* -.-------------------------------.-------------------------------.-