From: Ryan Wanner Date: Thu, 27 Feb 2025 15:52:00 +0000 (-0700) Subject: power: reset: at91-sama5d2_shdwc: Add sama7d65 PMC X-Git-Tag: v6.15-rc1~102^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2fc78cd0a3c3013543e5f540eff61e9696138f83;p=thirdparty%2Fkernel%2Flinux.git power: reset: at91-sama5d2_shdwc: Add sama7d65 PMC Add sama7d65-pmc compatible string to the list of valid PMC IDs. Signed-off-by: Ryan Wanner Link: https://lore.kernel.org/r/c5fa1d88a072d79db4f1a6b99ad69632a83e8f8d.1740671156.git.Ryan.Wanner@microchip.com Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/reset/at91-sama5d2_shdwc.c b/drivers/power/reset/at91-sama5d2_shdwc.c index c2801bd6384d8..e9fe08ee38121 100644 --- a/drivers/power/reset/at91-sama5d2_shdwc.c +++ b/drivers/power/reset/at91-sama5d2_shdwc.c @@ -327,6 +327,7 @@ static const struct of_device_id at91_pmc_ids[] = { { .compatible = "microchip,sam9x60-pmc" }, { .compatible = "microchip,sama7g5-pmc" }, { .compatible = "microchip,sam9x7-pmc" }, + { .compatible = "microchip,sama7d65-pmc" }, { /* Sentinel. */ } };