All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacky Chou <jacky_chou@aspeedtech.com>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH 2/2] net: mdio: aspeed: Add AST2700 support
Date: Thu, 5 Sep 2024 19:47:54 +0800	[thread overview]
Message-ID: <20240905114754.519609-3-jacky_chou@aspeedtech.com> (raw)
In-Reply-To: <20240905114754.519609-1-jacky_chou@aspeedtech.com>

Add AST2700 compatible for Aspeed MDIO driver.

Signed-off-by: Jacky Chou <jacky_chou@aspeedtech.com>
---
 drivers/net/mdio/mdio-aspeed.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/mdio/mdio-aspeed.c b/drivers/net/mdio/mdio-aspeed.c
index c2170650415c..607e5c56434f 100644
--- a/drivers/net/mdio/mdio-aspeed.c
+++ b/drivers/net/mdio/mdio-aspeed.c
@@ -188,6 +188,7 @@ static void aspeed_mdio_remove(struct platform_device *pdev)
 
 static const struct of_device_id aspeed_mdio_of_match[] = {
 	{ .compatible = "aspeed,ast2600-mdio", },
+	{ .compatible = "aspeed,ast2700-mdio", },
 	{ },
 };
 MODULE_DEVICE_TABLE(of, aspeed_mdio_of_match);
-- 
2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: Jacky Chou <jacky_chou@aspeedtech.com>
To: <davem@davemloft.net>, <edumazet@google.com>, <kuba@kernel.org>,
	<pabeni@redhat.com>, <robh@kernel.org>, <krzk+dt@kernel.org>,
	<conor+dt@kernel.org>, <joel@jms.id.au>,
	<andrew@codeconstruct.com.au>, <netdev@vger.kernel.org>,
	<devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-aspeed@lists.ozlabs.org>, <linux-kernel@vger.kernel.org>,
	<andrew@lunn.ch>, <hkallweit1@gmail.com>, <linux@armlinux.org.uk>
Cc: <jacky_chou@aspeedtech.com>
Subject: [PATCH 2/2] net: mdio: aspeed: Add AST2700 support
Date: Thu, 5 Sep 2024 19:47:54 +0800	[thread overview]
Message-ID: <20240905114754.519609-3-jacky_chou@aspeedtech.com> (raw)
In-Reply-To: <20240905114754.519609-1-jacky_chou@aspeedtech.com>

Add AST2700 compatible for Aspeed MDIO driver.

Signed-off-by: Jacky Chou <jacky_chou@aspeedtech.com>
---
 drivers/net/mdio/mdio-aspeed.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/mdio/mdio-aspeed.c b/drivers/net/mdio/mdio-aspeed.c
index c2170650415c..607e5c56434f 100644
--- a/drivers/net/mdio/mdio-aspeed.c
+++ b/drivers/net/mdio/mdio-aspeed.c
@@ -188,6 +188,7 @@ static void aspeed_mdio_remove(struct platform_device *pdev)
 
 static const struct of_device_id aspeed_mdio_of_match[] = {
 	{ .compatible = "aspeed,ast2600-mdio", },
+	{ .compatible = "aspeed,ast2700-mdio", },
 	{ },
 };
 MODULE_DEVICE_TABLE(of, aspeed_mdio_of_match);
-- 
2.25.1



  parent reply	other threads:[~2024-09-05 11:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-05 11:47 [PATCH 0/2] net: mdio: Add ASPEED AST2700 MDIO compatible Jacky Chou
2024-09-05 11:47 ` Jacky Chou
2024-09-05 11:47 ` [PATCH 1/2] dt-bindings: net: aspeed: Add binding for ASPEED AST2700 MDIO Jacky Chou
2024-09-05 11:47   ` Jacky Chou
2024-09-05 11:49   ` Krzysztof Kozlowski
2024-09-05 11:49     ` Krzysztof Kozlowski
2024-09-05 11:51   ` Krzysztof Kozlowski
2024-09-05 11:51     ` Krzysztof Kozlowski
2024-09-05 11:47 ` Jacky Chou [this message]
2024-09-05 11:47   ` [PATCH 2/2] net: mdio: aspeed: Add AST2700 support Jacky Chou
2024-09-05 11:50   ` Krzysztof Kozlowski
2024-09-05 11:50     ` Krzysztof Kozlowski

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=20240905114754.519609-3-jacky_chou@aspeedtech.com \
    --to=jacky_chou@aspeedtech.com \
    --cc=linux-aspeed@lists.ozlabs.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.