commit | 0c97099acd77b5e056af5566717f4def63fac594 | [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 | b540ec9d25e959c62be31f5f37b07758a1920b82 [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>