Commits

Fancy Fang committed 571354f5fa2
MLK-16706-1 video: fbdev: mipi_dsi_northwest: replace 'PICOS2KHZ' by 'PICOS2KHZ2' The 'PICOS2KHZ' macro is used to get pixel clock frequency from 'pixclock' value to derive the required mipi phy bit clock frequency. But the result precision get from this macro is not good enough in some cases. The patch defines an new improved macro 'PICOS2KHZ2' to replace 'PICOS2KHZ'. Signed-off-by: Fancy Fang <chen.fang@nxp.com>