Skip to content

Commit 2fc78cd

Browse files
ryan-wannersre
authored andcommitted
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>
1 parent bfa2b63 commit 2fc78cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/power/reset/at91-sama5d2_shdwc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ static const struct of_device_id at91_pmc_ids[] = {
327327
{ .compatible = "microchip,sam9x60-pmc" },
328328
{ .compatible = "microchip,sama7g5-pmc" },
329329
{ .compatible = "microchip,sam9x7-pmc" },
330+
{ .compatible = "microchip,sama7d65-pmc" },
330331
{ /* Sentinel. */ }
331332
};
332333

0 commit comments

Comments
 (0)