]> git.baikalelectronics.ru Git - uboot.git/commit
video: dw_mipi_dsi: fix [hv]sync active vs back porch
authorJohn Keeping <john@metanate.com>
Wed, 7 Sep 2022 11:06:32 +0000 (12:06 +0100)
committerAnatolij Gustschin <agust@denx.de>
Sun, 30 Oct 2022 07:19:45 +0000 (08:19 +0100)
commit2b5c2ba9729995490d4bf7d2f8ccbc621377d420
tree8750e6d55c355cd6e3c515a0618a184ffc62c14c
parent2224250aca868b9e396c0cac2436f58fb337ad64
video: dw_mipi_dsi: fix [hv]sync active vs back porch

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: e53fc1dc65 ("video: add MIPI DSI host controller bridge")
Signed-off-by: John Keeping <john@metanate.com>
drivers/video/dw_mipi_dsi.c