aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/pmsu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mvebu/pmsu.c')
-rw-r--r--arch/arm/mach-mvebu/pmsu.c1
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;
38static struct of_device_id of_pmsu_table[] = { 38static 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