Re: [PATCH v2] mediatek: dsi: Correct calculation formula of PHY Timing

2024-04-21 Thread 胡俊光

[PATCH v2] mediatek: dsi: Correct calculation formula of PHY Timing

2024-04-11 Thread Shuijing Li
This patch correct calculation formula of PHY timing. The spec define HS-PREPARE should be from 40ns+4*UI(44ns) to 85ns+6*UI(91ns). But current duration is 88ns and is near the boundary. So this patch make the duration to 64ns so it is near the safe range. Signed-off-by: Shuijing Li --- Changes i