Re: [PATCH v5 04/27] ARM: at91: pm: add support for sam9x7 SoC family

From: claudiu beznea
Date: Sun Jul 14 2024 - 09:43:28 EST




On 03.07.2024 13:26, Varshini Rajendran wrote:
> static int at91_pm_config_ws(unsigned int pm_mode, bool set)
> {
> const struct wakeup_source_info *wsi;
> @@ -1362,6 +1369,7 @@ static const struct of_device_id atmel_pmc_ids[] __initconst = {
> { .compatible = "atmel,sama5d2-pmc", .data = &pmc_infos[1] },
> { .compatible = "microchip,sam9x60-pmc", .data = &pmc_infos[4] },
> { .compatible = "microchip,sama7g5-pmc", .data = &pmc_infos[5] },
> + { .compatible = "microchip,sam9x7-pmc", .data = &pmc_infos[4] },
> { /* sentinel */ },

I would keep this sorted alphanumerically. No need to resent this, I'll
adjust when applying (and send a patch to adjust it for sama5d2, d3, d4).