Commit c76ee263 authored by Luo Jie's avatar Luo Jie Committed by David S. Miller

MDIO: Kconfig: Specify more IPQ chipset supported

The IPQ MDIO driver currently supports the chipset IPQ40xx, IPQ807x,
IPQ60xx and IPQ50xx.

Add the compatible 'qcom,ipq5018-mdio' because of ethernet LDO dedicated
to the IPQ5018 platform.
Signed-off-by: default avatarLuo Jie <luoj@codeaurora.org>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 23a890d4
...@@ -172,7 +172,7 @@ config MDIO_IPQ4019 ...@@ -172,7 +172,7 @@ config MDIO_IPQ4019
depends on COMMON_CLK depends on COMMON_CLK
help help
This driver supports the MDIO interface found in Qualcomm This driver supports the MDIO interface found in Qualcomm
IPQ40xx series Soc-s. IPQ40xx, IPQ60xx, IPQ807x and IPQ50xx series Soc-s.
config MDIO_IPQ8064 config MDIO_IPQ8064
tristate "Qualcomm IPQ8064 MDIO interface support" tristate "Qualcomm IPQ8064 MDIO interface support"
......
...@@ -258,6 +258,7 @@ static int ipq4019_mdio_remove(struct platform_device *pdev) ...@@ -258,6 +258,7 @@ static int ipq4019_mdio_remove(struct platform_device *pdev)
static const struct of_device_id ipq4019_mdio_dt_ids[] = { static const struct of_device_id ipq4019_mdio_dt_ids[] = {
{ .compatible = "qcom,ipq4019-mdio" }, { .compatible = "qcom,ipq4019-mdio" },
{ .compatible = "qcom,ipq5018-mdio" },
{ } { }
}; };
MODULE_DEVICE_TABLE(of, ipq4019_mdio_dt_ids); MODULE_DEVICE_TABLE(of, ipq4019_mdio_dt_ids);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment