Skip to content
Snippets Groups Projects
Commit 3bf38367 authored by Ye Li's avatar Ye Li Committed by Gianfranco Mariotti
Browse files

LFU-247-2 video: sec_dsim: Update DPHY PLL PMS and DPHY timing settings


Change to calculate the PLL PMS at runtime for bit_clk, not use
hardcode value for 1080p@60 only.

Also update the DPHY timing settings to follow kernel to select values
from a pre-setting table.

Signed-off-by: default avatarYe Li <ye.li@nxp.com>
Reviewed-by: default avatarPeng Fan <peng.fan@nxp.com>
(cherry picked from commit a2ca81dc)
parent b6cf563e
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,6 @@ ...@@ -24,9 +24,6 @@
#include <regmap.h> #include <regmap.h>
#include <syscon.h> #include <syscon.h>
/* fixed phy ref clk rate */
#define PHY_REF_CLK 27000000
struct imx_sec_dsim_priv { struct imx_sec_dsim_priv {
struct mipi_dsi_device device; struct mipi_dsi_device device;
void __iomem *base; void __iomem *base;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment