diff options
author | Sebastian Fricke <sebastian.fricke@posteo.net> | 2021-04-21 04:17:41 +0000 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-05-14 17:49:29 +0530 |
commit | 490dbd2380c782653d9246d6ad80da2595e98b30 (patch) | |
tree | 82e4dfa8c2439324ed0e58ff4a9db0731472ebfb /drivers/phy | |
parent | 8a917813cc74c3e8fa41f16aff90c5931bb49152 (diff) | |
download | linux-490dbd2380c782653d9246d6ad80da2595e98b30.tar.gz linux-490dbd2380c782653d9246d6ad80da2595e98b30.tar.bz2 linux-490dbd2380c782653d9246d6ad80da2595e98b30.zip |
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>
Diffstat (limited to 'drivers/phy')
-rw-r--r-- | drivers/phy/phy-core-mipi-dphy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-core-mipi-dphy.c b/drivers/phy/phy-core-mipi-dphy.c index 77fe65367ce5..288c9c67aa74 100644 --- a/drivers/phy/phy-core-mipi-dphy.c +++ b/drivers/phy/phy-core-mipi-dphy.c @@ -15,7 +15,7 @@ /* * Minimum D-PHY timings based on MIPI D-PHY specification. Derived * from the valid ranges specified in Section 6.9, Table 14, Page 41 - * of the D-PHY specification (v2.1). + * of the D-PHY specification (v1.2). */ int phy_mipi_dphy_get_default_config(unsigned long pixel_clock, unsigned int bpp, |