commit | 720927249788826e0e72c3c6ee3b696a0188ed4d | [log] [tgz] |
---|---|---|
author | John Keeping <john@metanate.com> | Wed Sep 07 12:06:32 2022 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Oct 30 08:19:45 2022 +0100 |
tree | 8750e6d55c355cd6e3c515a0618a184ffc62c14c | |
parent | fb63362c63c7aeacb1dfde330ee8f692da7972f9 [diff] |
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: d4f7ea83fc ("video: add MIPI DSI host controller bridge") Signed-off-by: John Keeping <john@metanate.com>