From: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH 1/2] peci: aspeed: Add AST2600 compatible string
Date: Wed, 2 Oct 2019 14:11:59 +0800 [thread overview]
Message-ID: <20191002061200.29888-2-chiawei_wang@aspeedtech.com> (raw)
In-Reply-To: <20191002061200.29888-1-chiawei_wang@aspeedtech.com>
The AST2600 SoC contains the same register set as AST25xx.
Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>
---
drivers/peci/peci-aspeed.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/peci/peci-aspeed.c b/drivers/peci/peci-aspeed.c
index 51cb2563ceb6..4eed119dc83b 100644
--- a/drivers/peci/peci-aspeed.c
+++ b/drivers/peci/peci-aspeed.c
@@ -485,6 +485,7 @@ static int aspeed_peci_remove(struct platform_device *pdev)
static const struct of_device_id aspeed_peci_of_table[] = {
{ .compatible = "aspeed,ast2400-peci", },
{ .compatible = "aspeed,ast2500-peci", },
+ { .compatible = "aspeed,ast2600-peci", },
{ }
};
MODULE_DEVICE_TABLE(of, aspeed_peci_of_table);
--
2.17.1
next prev parent reply other threads:[~2019-10-02 6:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-02 6:11 [PATCH 0/2] peci: aspeed: Add AST2600 compatible Chia-Wei, Wang
2019-10-02 6:11 ` Chia-Wei, Wang [this message]
2019-10-02 6:12 ` [PATCH 2/2] dt-bindings: " Chia-Wei, Wang
2019-10-15 19:01 ` Rob Herring
2019-10-02 18:11 ` [PATCH 0/2] " Jae Hyun Yoo
2019-10-02 22:05 ` Joel Stanley
2019-10-02 23:42 ` Jae Hyun Yoo
2019-10-03 2:35 ` ChiaWei Wang
2019-10-03 16:20 ` Jae Hyun Yoo
2019-10-04 1:34 ` ChiaWei Wang
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=20191002061200.29888-2-chiawei_wang@aspeedtech.com \
--to=chiawei_wang@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 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).