ARM: at91: pm: use SAM9X60 PMC's compatible
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Wed, 11 Dec 2019 11:04:07 +0000 (13:04 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 10 Jan 2020 22:40:31 +0000 (23:40 +0100)
SAM9X60 PMC's has a different PMC. It was not integrated at the moment
commit 01c7031cfa73 ("ARM: at91: pm: initial PM support for SAM9X60")
was published.

Fixes: 01c7031cfa73 ("ARM: at91: pm: initial PM support for SAM9X60")
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/1576062248-18514-2-git-send-email-claudiu.beznea@microchip.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
arch/arm/mach-at91/pm.c

index 56a6a49b19e28a42899dd17e6e2ce890317ba5de..62c170fbd339849c245a364d0ac895fbc389c82f 100644 (file)
@@ -751,6 +751,7 @@ static const struct of_device_id atmel_pmc_ids[] __initconst = {
        { .compatible = "atmel,sama5d3-pmc", .data = &pmc_infos[1] },
        { .compatible = "atmel,sama5d4-pmc", .data = &pmc_infos[1] },
        { .compatible = "atmel,sama5d2-pmc", .data = &pmc_infos[1] },
+       { .compatible = "microchip,sam9x60-pmc", .data = &pmc_infos[1] },
        { /* sentinel */ },
 };