diff options
author | Andreas Faerber <afaerber@suse.de> | 2014-07-29 06:10:40 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-29 06:12:11 +0900 |
commit | 98504def7cd7fdda94de8a9a90887d1dc787c609 (patch) | |
tree | 9b48f7312b0371e9f2927cb44e607c36737bb411 /arch/arm/mach-exynos | |
parent | 0a8f59411772c890ed1263d1fa585a9ea7eecf33 (diff) | |
download | talos-obmc-linux-98504def7cd7fdda94de8a9a90887d1dc787c609.tar.gz talos-obmc-linux-98504def7cd7fdda94de8a9a90887d1dc787c609.zip |
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>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/exynos.c | 1 |
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[] = { { .compatible = "samsung,exynos4212-pmu" }, { .compatible = "samsung,exynos4412-pmu" }, { .compatible = "samsung,exynos5250-pmu" }, + { .compatible = "samsung,exynos5410-pmu" }, { .compatible = "samsung,exynos5420-pmu" }, { /*sentinel*/ }, }; |