aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-exynos/exynos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c
index df41bd190dfb..a83a312299a3 100644
--- a/arch/arm/mach-exynos/exynos.c
+++ b/arch/arm/mach-exynos/exynos.c
@@ -252,6 +252,7 @@ static const struct of_device_id exynos_dt_pmu_match[] = {
252 { .compatible = "samsung,exynos4212-pmu" }, 252 { .compatible = "samsung,exynos4212-pmu" },
253 { .compatible = "samsung,exynos4412-pmu" }, 253 { .compatible = "samsung,exynos4412-pmu" },
254 { .compatible = "samsung,exynos5250-pmu" }, 254 { .compatible = "samsung,exynos5250-pmu" },
255 { .compatible = "samsung,exynos5410-pmu" },
255 { .compatible = "samsung,exynos5420-pmu" }, 256 { .compatible = "samsung,exynos5420-pmu" },
256 { /*sentinel*/ }, 257 { /*sentinel*/ },
257}; 258};