diff options
author | Luo Jie <luoj@codeaurora.org> | 2021-08-12 18:06:40 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-16 10:30:27 +0100 |
commit | 23a890d493e3ec1e957bc925fabb120962ae90a7 (patch) | |
tree | cde43e710667282c15c608620ed9a3a083cc679c /drivers/net/mdio/Kconfig | |
parent | e4637f621203cb482f3ddb590cfe9f65045d92a6 (diff) | |
download | lwn-23a890d493e3ec1e957bc925fabb120962ae90a7.tar.gz lwn-23a890d493e3ec1e957bc925fabb120962ae90a7.zip |
net: mdio: Add the reset function for IPQ MDIO driver
1. configure the MDIO clock source frequency.
2. the LDO resource is needed to configure the ethernet LDO available
for CMN_PLL.
Signed-off-by: Luo Jie <luoj@codeaurora.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/mdio/Kconfig')
-rw-r--r-- | drivers/net/mdio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/mdio/Kconfig b/drivers/net/mdio/Kconfig index 99a6c13a11af..a94d34cc7dc1 100644 --- a/drivers/net/mdio/Kconfig +++ b/drivers/net/mdio/Kconfig @@ -169,6 +169,7 @@ config MDIO_OCTEON config MDIO_IPQ4019 tristate "Qualcomm IPQ4019 MDIO interface support" depends on HAS_IOMEM && OF_MDIO + depends on COMMON_CLK help This driver supports the MDIO interface found in Qualcomm IPQ40xx series Soc-s. |