diff options
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r-- | arch/arm/mach-mvebu/pmsu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/pmsu.c b/arch/arm/mach-mvebu/pmsu.c index a1508deecd26..a8796b832e2e 100644 --- a/arch/arm/mach-mvebu/pmsu.c +++ b/arch/arm/mach-mvebu/pmsu.c | |||
@@ -38,6 +38,7 @@ static void __iomem *pmsu_mp_base; | |||
38 | static struct of_device_id of_pmsu_table[] = { | 38 | static struct of_device_id of_pmsu_table[] = { |
39 | { .compatible = "marvell,armada-370-pmsu", }, | 39 | { .compatible = "marvell,armada-370-pmsu", }, |
40 | { .compatible = "marvell,armada-370-xp-pmsu", }, | 40 | { .compatible = "marvell,armada-370-xp-pmsu", }, |
41 | { .compatible = "marvell,armada-380-pmsu", }, | ||
41 | { /* end of list */ }, | 42 | { /* end of list */ }, |
42 | }; | 43 | }; |
43 | 44 | ||