]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
power: reset: at91-sama5d2_shdwc: Add sama7d65 PMC
authorRyan Wanner <Ryan.Wanner@microchip.com>
Thu, 27 Feb 2025 15:52:00 +0000 (08:52 -0700)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Sat, 8 Mar 2025 00:36:33 +0000 (01:36 +0100)
Add sama7d65-pmc compatible string to the list of valid PMC IDs.

Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com>
Link: https://lore.kernel.org/r/c5fa1d88a072d79db4f1a6b99ad69632a83e8f8d.1740671156.git.Ryan.Wanner@microchip.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/reset/at91-sama5d2_shdwc.c

index c2801bd6384d8a8a2b89f869a39aa532626c258e..e9fe08ee3812131691cceac15c61de661265e33a 100644 (file)
@@ -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. */ }
 };