From: Varshini Rajendran <varshini.rajendran@microchip.com>
To: <claudiu.beznea@tuxon.dev>, <sre@kernel.org>,
<nicolas.ferre@microchip.com>, <alexandre.belloni@bootlin.com>,
<linux-pm@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Cc: <varshini.rajendran@microchip.com>,
Sebastian Reichel <sebastian.reichel@collabora.com>
Subject: [PATCH v8 2/9] power: reset: at91-poweroff: lookup for proper pmc dt node for sam9x7
Date: Thu, 10 Oct 2024 17:34:04 +0530 [thread overview]
Message-ID: <20241010120404.92893-1-varshini.rajendran@microchip.com> (raw)
In-Reply-To: <20241010120142.92057-1-varshini.rajendran@microchip.com>
Use sam9x7 pmc's compatible to lookup for in the SHDWC driver.
Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
Acked-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
---
drivers/power/reset/at91-sama5d2_shdwc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/power/reset/at91-sama5d2_shdwc.c b/drivers/power/reset/at91-sama5d2_shdwc.c
index 959ce0dbe91d..2121d7e74e12 100644
--- a/drivers/power/reset/at91-sama5d2_shdwc.c
+++ b/drivers/power/reset/at91-sama5d2_shdwc.c
@@ -326,6 +326,7 @@ static const struct of_device_id at91_pmc_ids[] = {
{ .compatible = "atmel,sama5d2-pmc" },
{ .compatible = "microchip,sam9x60-pmc" },
{ .compatible = "microchip,sama7g5-pmc" },
+ { .compatible = "microchip,sam9x7-pmc" },
{ /* Sentinel. */ }
};
--
2.25.1
next prev parent reply other threads:[~2024-10-10 12:31 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-10 12:01 [PATCH v8 0/9] Add support for sam9x7 SoC family Varshini Rajendran
2024-10-10 12:03 ` [PATCH v8 1/9] dt-bindings: atmel-ssc: add microchip,sam9x7-ssc Varshini Rajendran
2024-10-10 12:04 ` Varshini Rajendran [this message]
2024-10-10 12:04 ` [PATCH v8 5/9] dt-bindings: reset: atmel,at91sam9260-reset: add sam9x7 Varshini Rajendran
[not found] ` <cab4ad68-cf3e-4385-8721-837372df2e12@microchip.com>
2025-03-13 8:39 ` Philipp Zabel
2024-10-10 12:04 ` [PATCH v8 6/9] dt-bindings: power: reset: atmel,sama5d2-shdwc: " Varshini Rajendran
2024-10-10 12:04 ` [PATCH v8 7/9] ARM: dts: at91: sam9x7: add device tree for SoC Varshini Rajendran
2024-10-10 12:04 ` [PATCH v8 8/9] dt-bindings: arm: add sam9x75 curiosity board Varshini Rajendran
2024-10-10 12:04 ` [PATCH v8 9/9] ARM: dts: microchip: sam9x75_curiosity: " Varshini Rajendran
2024-10-10 14:30 ` [PATCH v8 0/9] Add support for sam9x7 SoC family Rob Herring (Arm)
2024-12-12 23:09 ` (subset) " Sebastian Reichel
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=20241010120404.92893-1-varshini.rajendran@microchip.com \
--to=varshini.rajendran@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=claudiu.beznea@tuxon.dev \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=nicolas.ferre@microchip.com \
--cc=sebastian.reichel@collabora.com \
--cc=sre@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).