These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / arm / mach-mvebu / dove.c
index 5a17415..1aebb82 100644 (file)
@@ -12,6 +12,7 @@
 #include <linux/mbus.h>
 #include <linux/of.h>
 #include <linux/of_platform.h>
+#include <linux/soc/dove/pmu.h>
 #include <asm/hardware/cache-tauros2.h>
 #include <asm/mach/arch.h>
 #include "common.h"
@@ -24,6 +25,7 @@ static void __init dove_init(void)
        tauros2_init(0);
 #endif
        BUG_ON(mvebu_mbus_dt_init(false));
+       dove_init_pmu();
        of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
 }