[PATCH 2/3] sysreset: at91: add compatible with microchip,sama7g5-rstc
Claudiu.Beznea at microchip.com
Claudiu.Beznea at microchip.com
Fri Nov 25 09:29:08 CET 2022
On 25.11.2022 09:54, Eugen Hristev wrote:
> 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 at microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea at microchip.com>
> ---
> drivers/sysreset/sysreset_at91.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/sysreset/sysreset_at91.c b/drivers/sysreset/sysreset_at91.c
> index 24b87ee987..6119a29927 100644
> --- a/drivers/sysreset/sysreset_at91.c
> +++ b/drivers/sysreset/sysreset_at91.c
> @@ -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" },
> { }
> };
>
More information about the U-Boot
mailing list