
31 Oct
2022
31 Oct
'22
2:35 p.m.
On Wed, 7 Sep 2022 12:06:32 +0100 John Keeping john@metanate.com wrote:
The wrong fields are pulled out of the timings here so the values programmed into the DSI_VID_HSA_LINES/DSI_VID_HBP_LINES and DSI_VID_VSA_LINES/DSI_VID_VBP_LINES registers are swapped.
Use the right fields so that the correct values are programmed.
Fixes: d4f7ea83fc ("video: add MIPI DSI host controller bridge") Signed-off-by: John Keeping john@metanate.com
v2:
- Fix hsync/hbp as well as vsync/vbp
drivers/video/dw_mipi_dsi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Applied to u-boot-video/master, thanks!
-- Anatolij