sysreset: at91: add compatible with microchip, sama7g5-rstc

As documented in bindings doc in kernel 6.0:
https://elixir.bootlin.com/linux/v6.0/source/Documentation/devicetree/bindings/reset/atmel,at91sam9260-reset.yaml

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
This commit is contained in:
Eugen Hristev 2022-11-25 09:54:52 +02:00
parent f2d6c888f4
commit 9859b9a722

View File

@ -59,6 +59,7 @@ static struct sysreset_ops at91_sysreset = {
static const struct udevice_id a91_sysreset_ids[] = {
{ .compatible = "atmel,sama5d3-rstc" },
{ .compatible = "microchip,sam9x60-rstc" },
{ .compatible = "microchip,sama7g5-rstc" },
{ }
};