]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: EXYNOS: Add support for Exynos5410 PMU
authorAndreas Faerber <afaerber@suse.de>
Mon, 28 Jul 2014 21:10:40 +0000 (06:10 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 28 Jul 2014 21:12:11 +0000 (06:12 +0900)
Exynos initialization code now relies on obtaining the PMU address,
so add the new 5410 value to the list of compatible string matches.
This unbreaks booting on 5410 based boards.

Fixes: fce9e5bb2526 ("ARM: EXYNOS: Add support for mapping PMU base
address via DT")

Signed-off-by: Andreas Faerber <afaerber@suse.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/exynos.c

index df41bd190dfb77f3f0fd46e3b5a4aa80420d9e8e..a83a312299a39d06fe3a8852859f9d1a025e9e50 100644 (file)
@@ -252,6 +252,7 @@ static const struct of_device_id exynos_dt_pmu_match[] = {
        { .compatible = "samsung,exynos4212-pmu" },
        { .compatible = "samsung,exynos4412-pmu" },
        { .compatible = "samsung,exynos5250-pmu" },
+       { .compatible = "samsung,exynos5410-pmu" },
        { .compatible = "samsung,exynos5420-pmu" },
        { /*sentinel*/ },
 };