soc/nvidia/tegra210/mipi-phy: Remove space before semicolon

Change-Id: I107e2952bcca864a1cacf240cca301011df44719
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77158
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
Elyes Haouas 2023-08-13 12:52:14 +02:00
parent 108b99bab8
commit af1534f5af
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ int mipi_dphy_set_timing(struct tegra_dsi *dsi)
u32 tclkpost = ((DSI_PHY_TIMING_DIV(((70) + ((52) * (DSI_TBIT(freq)))), u32 tclkpost = ((DSI_PHY_TIMING_DIV(((70) + ((52) * (DSI_TBIT(freq)))),
freq))); freq)));
u32 tclkzero = (DSI_PHY_TIMING_DIV(260, freq)); u32 tclkzero = (DSI_PHY_TIMING_DIV(260, freq));
u32 ttlpx = (DSI_PHY_TIMING_DIV(60, freq)) ; u32 ttlpx = (DSI_PHY_TIMING_DIV(60, freq));
u32 tclkprepare = (DSI_PHY_TIMING_DIV(60, freq)); u32 tclkprepare = (DSI_PHY_TIMING_DIV(60, freq));
u32 tclkpre = 1; //min = 8*UI per mipi spec, tclk_pre=0 should be ok, but using 1 value u32 tclkpre = 1; //min = 8*UI per mipi spec, tclk_pre=0 should be ok, but using 1 value
u32 twakeup = 0x7F; //min = 1ms u32 twakeup = 0x7F; //min = 1ms