Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

phy: phy-core-mipi-dphy.c: Correct reference version

The rest of the code refers to version 1.2 of the MIPI D-PHY
specification. But this comment refers to 2.1, while a sub comment of
the function refers to 1.2 again. Replace 2.1 with 1.2.

Signed-off-by: Sebastian Fricke <sebastian.fricke@posteo.net>
Link: https://lore.kernel.org/r/20210421041740.8451-1-sebastian.fricke@posteo.net
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Sebastian Fricke and committed by
Vinod Koul
490dbd23 8a917813

+1 -1
+1 -1
drivers/phy/phy-core-mipi-dphy.c
··· 15 15 /* 16 16 * Minimum D-PHY timings based on MIPI D-PHY specification. Derived 17 17 * from the valid ranges specified in Section 6.9, Table 14, Page 41 18 - * of the D-PHY specification (v2.1). 18 + * of the D-PHY specification (v1.2). 19 19 */ 20 20 int phy_mipi_dphy_get_default_config(unsigned long pixel_clock, 21 21 unsigned int bpp,