mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
phy/rockchip: mipi-dphy: leave move margin for clk post time
Change-Id: I64dc251fb7e0efea1e1cf8d7ce05f792187a5c4d Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
@@ -371,7 +371,11 @@ static void mipi_dphy_timing_get_default(struct mipi_dphy_timing *timing,
|
||||
{
|
||||
/* Global Operation Timing Parameters */
|
||||
timing->clkmiss = 0;
|
||||
timing->clkpost = 70 + 52 * period / PSEC_PER_NSEC;
|
||||
/*
|
||||
* The D-PHY spec define the clk post min time is 60ns + 52UI and
|
||||
* no define max time, so we set 200 + 52UI leave move margin.
|
||||
*/
|
||||
timing->clkpost = 200 + 52 * period / PSEC_PER_NSEC;
|
||||
timing->clkpre = 8 * period / PSEC_PER_NSEC;
|
||||
timing->clkprepare = 65;
|
||||
timing->clksettle = 95;
|
||||
|
||||
Reference in New Issue
Block a user