From: Justin Chen <justin.chen@broadcom.com>
To: netdev@vger.kernel.org
Cc: bcm-kernel-feedback-list@broadcom.com,
florian.fainelli@broadcom.com, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
conor+dt@kernel.org, opendmb@gmail.com, andrew@lunn.ch,
hkallweit1@gmail.com, linux@armlinux.org.uk, rafal@milecki.pl,
devicetree@vger.kernel.org,
Justin Chen <justin.chen@broadcom.com>
Subject: [PATCH net-next 4/6] net: phy: mdio-bcm-unimac: Add asp v2.2 support
Date: Thu, 22 Feb 2024 12:56:42 -0800 [thread overview]
Message-ID: <20240222205644.707326-5-justin.chen@broadcom.com> (raw)
In-Reply-To: <20240222205644.707326-1-justin.chen@broadcom.com>
[-- Attachment #1: Type: text/plain, Size: 732 bytes --]
Add mdio compat string for ASP 2.0 ethernet driver.
Signed-off-by: Justin Chen <justin.chen@broadcom.com>
---
drivers/net/mdio/mdio-bcm-unimac.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/mdio/mdio-bcm-unimac.c b/drivers/net/mdio/mdio-bcm-unimac.c
index 6fe08427fdd4..f40eb50bb978 100644
--- a/drivers/net/mdio/mdio-bcm-unimac.c
+++ b/drivers/net/mdio/mdio-bcm-unimac.c
@@ -334,6 +334,7 @@ static SIMPLE_DEV_PM_OPS(unimac_mdio_pm_ops,
NULL, unimac_mdio_resume);
static const struct of_device_id unimac_mdio_ids[] = {
+ { .compatible = "brcm,asp-v2.2-mdio", },
{ .compatible = "brcm,asp-v2.1-mdio", },
{ .compatible = "brcm,asp-v2.0-mdio", },
{ .compatible = "brcm,genet-mdio-v5", },
--
2.34.1
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4206 bytes --]
next prev parent reply other threads:[~2024-02-22 20:57 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-22 20:56 [PATCH net-next 0/6] Support for ASP 2.2 and optimizations Justin Chen
2024-02-22 20:56 ` [PATCH net-next 1/6] dt-bindings: net: brcm,unimac-mdio: Add asp-v2.2 Justin Chen
2024-02-22 21:53 ` Florian Fainelli
2024-02-22 20:56 ` [PATCH net-next 2/6] dt-bindings: net: brcm,asp-v2.0: " Justin Chen
2024-02-22 21:53 ` Florian Fainelli
2024-02-22 20:56 ` [PATCH net-next 3/6] net: bcmasp: Add support for ASP 2.2 Justin Chen
2024-02-22 21:54 ` Florian Fainelli
2024-02-22 20:56 ` Justin Chen [this message]
2024-02-22 21:55 ` [PATCH net-next 4/6] net: phy: mdio-bcm-unimac: Add asp v2.2 support Florian Fainelli
2024-02-22 20:56 ` [PATCH net-next 5/6] net: bcmasp: Keep buffers through power management Justin Chen
2024-02-22 21:55 ` Florian Fainelli
2024-02-22 20:56 ` [PATCH net-next 6/6] net: bcmasp: Add support for PHY interrupts Justin Chen
2024-02-22 21:56 ` Florian Fainelli
2024-02-23 0:01 ` Jakub Kicinski
2024-02-23 0:02 ` Jakub Kicinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240222205644.707326-5-justin.chen@broadcom.com \
--to=justin.chen@broadcom.com \
--cc=andrew@lunn.ch \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=conor+dt@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=florian.fainelli@broadcom.com \
--cc=hkallweit1@gmail.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=kuba@kernel.org \
--cc=linux@armlinux.org.uk \
--cc=netdev@vger.kernel.org \
--cc=opendmb@gmail.com \
--cc=pabeni@redhat.com \
--cc=rafal@milecki.pl \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).