From: zelong dong <zelong.dong@amlogic.com>
To: <narmstrong@baylibre.com>, <p.zabel@pengutronix.de>,
<khilman@baylibre.com>, Rob Herring <robh+dt@kernel.org>,
<martin.blumenstingl@googlemail.com>
Cc: <linux-kernel@vger.kernel.org>,
<linux-amlogic@lists.infradead.org>,
<linux-arm-kernel@lists.infradead.org>, <jbrunet@baylibre.com>,
<devicetree@vger.kernel.org>, <kelvin.zhang@amlogic.com>,
Zelong Dong <zelong.dong@amlogic.com>
Subject: [PATCH 2/3] reset: reset-meson: add support for the Meson-C3 SoC Reset Controller
Date: Fri, 30 Jun 2023 20:10:58 +0800 [thread overview]
Message-ID: <20230630121059.28748-3-zelong.dong@amlogic.com> (raw)
In-Reply-To: <20230630121059.28748-1-zelong.dong@amlogic.com>
From: Zelong Dong <zelong.dong@amlogic.com>
Add a new compatible string to support for the reset controller
on the C3 SoC. The count and offset for C3 Soc RESET registers are
same as S4 Soc.
Change-Id: I65113f6a90545cd46015abf60b4bcb63fa148267
Signed-off-by: Zelong Dong <zelong.dong@amlogic.com>
---
drivers/reset/reset-meson.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/reset/reset-meson.c b/drivers/reset/reset-meson.c
index 13878ca2779d..ee1d5caf0ee4 100644
--- a/drivers/reset/reset-meson.c
+++ b/drivers/reset/reset-meson.c
@@ -109,6 +109,7 @@ static const struct of_device_id meson_reset_dt_ids[] = {
{ .compatible = "amlogic,meson-axg-reset", .data = &meson8b_param},
{ .compatible = "amlogic,meson-a1-reset", .data = &meson_a1_param},
{ .compatible = "amlogic,meson-s4-reset", .data = &meson_s4_param},
+ { .compatible = "amlogic,meson-c3-reset", .data = &meson_s4_param},
{ /* sentinel */ },
};
MODULE_DEVICE_TABLE(of, meson_reset_dt_ids);
--
2.35.1
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
next prev parent reply other threads:[~2023-06-30 12:11 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-30 12:10 [PATCH 0/3] reset: meson-c3: add reset driver zelong dong
2023-06-30 12:10 ` [PATCH 1/3] dt-bindings: reset: Add compatible and DT bindings for Meson-C3 Reset Controller zelong dong
2023-06-30 16:08 ` Dmitry Rokosov
2023-06-30 16:31 ` Neil Armstrong
2023-07-02 9:33 ` Krzysztof Kozlowski
2023-06-30 12:10 ` zelong dong [this message]
2023-06-30 15:59 ` [PATCH 2/3] reset: reset-meson: add support for the Meson-C3 SoC " Dmitry Rokosov
2023-07-03 19:42 ` Martin Blumenstingl
2023-06-30 12:10 ` [PATCH 3/3] arm64: dts: meson: add reset controller for Meson-C3 SoC zelong dong
2023-06-30 16:16 ` Dmitry Rokosov
2023-06-30 16:32 ` Neil Armstrong
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=20230630121059.28748-3-zelong.dong@amlogic.com \
--to=zelong.dong@amlogic.com \
--cc=devicetree@vger.kernel.org \
--cc=jbrunet@baylibre.com \
--cc=kelvin.zhang@amlogic.com \
--cc=khilman@baylibre.com \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=martin.blumenstingl@googlemail.com \
--cc=narmstrong@baylibre.com \
--cc=p.zabel@pengutronix.de \
--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
all inboxes | Powered by JetHome®