Skip to content

Commit 79d0a6b

Browse files
committed
clk: at91: add compatible for sam9x60
Add compatible for SAM9X60's PMC. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
1 parent 1f00081 commit 79d0a6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/clk/at91/pmc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ static struct syscore_ops pmc_syscore_ops = {
271271

272272
static const struct of_device_id sama5d2_pmc_dt_ids[] = {
273273
{ .compatible = "atmel,sama5d2-pmc" },
274+
{ .compatible = "microchip,sam9x60-pmc" },
274275
{ /* sentinel */ }
275276
};
276277

0 commit comments

Comments
 (0)