diff options
author | Aswath Govindraju <a-govindraju@ti.com> | 2021-05-10 10:40:03 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-06-14 11:20:17 +0530 |
commit | 307773f525eb9217090bd4b11748d880f7f99355 (patch) | |
tree | 21a59e214336faaf38e127bc0e9e460a63f40a09 /include | |
parent | 10d2dece591be8c465fb07291ae0263400209d11 (diff) | |
download | linux-307773f525eb9217090bd4b11748d880f7f99355.tar.gz linux-307773f525eb9217090bd4b11748d880f7f99355.tar.bz2 linux-307773f525eb9217090bd4b11748d880f7f99355.zip |
phy: core: Reword the comment specifying the units of max_link_rate to be Mbps
In some subsystems (eg. CAN, SPI), the max link rate supported can be less
than 1 Mbps and if the unit for max_link_rate is Mbps then it can't be
used. Therefore, leave the decision of units to be used, to the producer
and consumer.
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Link: https://lore.kernel.org/r/20210510051006.11393-2-a-govindraju@ti.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/phy/phy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index 0ed434d02196..f3286f4cd306 100644 --- a/include/linux/phy/phy.h +++ b/include/linux/phy/phy.h @@ -125,7 +125,7 @@ struct phy_ops { /** * struct phy_attrs - represents phy attributes * @bus_width: Data path width implemented by PHY - * @max_link_rate: Maximum link rate supported by PHY (in Mbps) + * @max_link_rate: Maximum link rate supported by PHY (units to be decided by producer and consumer) * @mode: PHY mode */ struct phy_attrs { |