Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: EXYNOS: Add support for Exynos5410 PMU

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>

authored by

Andreas Faerber and committed by
Kukjin Kim
98504def 0a8f5941

+1
+1
arch/arm/mach-exynos/exynos.c
··· 252 252 { .compatible = "samsung,exynos4212-pmu" }, 253 253 { .compatible = "samsung,exynos4412-pmu" }, 254 254 { .compatible = "samsung,exynos5250-pmu" }, 255 + { .compatible = "samsung,exynos5410-pmu" }, 255 256 { .compatible = "samsung,exynos5420-pmu" }, 256 257 { /*sentinel*/ }, 257 258 };