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 <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>
This commit is contained in:
Ryan Wanner 2025-02-27 08:52:00 -07:00 committed by Sebastian Reichel
parent bfa2b6370b
commit 2fc78cd0a3

View 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. */ }
};