]> git.baikalelectronics.ru Git - kernel.git/commitdiff
MDIO: Kconfig: Specify more IPQ chipset supported
authorLuo Jie <luoj@codeaurora.org>
Thu, 12 Aug 2021 10:06:41 +0000 (18:06 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Aug 2021 09:30:27 +0000 (10:30 +0100)
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: Luo Jie <luoj@codeaurora.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/mdio/Kconfig
drivers/net/mdio/mdio-ipq4019.c

index a94d34cc7dc17c352861960904c13008fc3c8a24..6da1fcb25847e06f70f5317016ddcc34f2d18809 100644 (file)
@@ -172,7 +172,7 @@ config MDIO_IPQ4019
        depends on COMMON_CLK
        help
          This driver supports the MDIO interface found in Qualcomm
-         IPQ40xx series Soc-s.
+         IPQ40xx, IPQ60xx, IPQ807x and IPQ50xx series Soc-s.
 
 config MDIO_IPQ8064
        tristate "Qualcomm IPQ8064 MDIO interface support"
index e14d437e42a801a4c0617f92f284d9722e43d194..14e08b78633479cc91ba9ee759852a1ae67441e8 100644 (file)
@@ -258,6 +258,7 @@ static int ipq4019_mdio_remove(struct platform_device *pdev)
 
 static const struct of_device_id ipq4019_mdio_dt_ids[] = {
        { .compatible = "qcom,ipq4019-mdio" },
+       { .compatible = "qcom,ipq5018-mdio" },
        { }
 };
 MODULE_DEVICE_TABLE(of, ipq4019_mdio_dt_ids);