Commit 2a16675e authored by Varshini Rajendran's avatar Varshini Rajendran Committed by Sebastian Reichel
Browse files

power: reset: at91-poweroff: lookup for proper pmc dt node for sam9x7

parent 2d656827
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -326,6 +326,7 @@ static const struct of_device_id at91_pmc_ids[] = {
	{ .compatible = "atmel,sama5d2-pmc" },
	{ .compatible = "microchip,sam9x60-pmc" },
	{ .compatible = "microchip,sama7g5-pmc" },
	{ .compatible = "microchip,sam9x7-pmc" },
	{ /* Sentinel. */ }
};