diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2023-07-14 03:37:54 +0200 |
---|---|---|
committer | Neil Armstrong <neil.armstrong@linaro.org> | 2023-08-01 10:29:59 +0200 |
commit | a368b40836e7fc4f24dbb0fcfb9dedcde1dcaa38 (patch) | |
tree | 895c0ad20891390cd29e3a94cd249452f915279f /include/linux | |
parent | 6b00e72e4bee08048379a6365251b195b8a946d1 (diff) |
drm/panel: sitronix-st7789v: Clarify a definition
The Sitronix datasheet explains BIT(1) of the RGBCTRL register as the
DOTCLK/PCLK edge used to sample the data lines:
“0” The data is input on the positive edge of DOTCLK
“1” The data is input on the negative edge of DOTCLK
IOW, this bit implies a falling edge and not a high state. Correct the
definition to ease the comparison with the datasheet.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Maxime Ripard <mripard@kernel.org>
Reviewed-by: Sebastian Reichel <sre@kernel.org>
Tested-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230714013756.1546769-18-sre@kernel.org
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions