mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
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:
parent
bfa2b6370b
commit
2fc78cd0a3
|
|
@ -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. */ }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user