From: Vikas Sajjan Date: Mon, 28 Jul 2014 21:17:39 +0000 (+0900) Subject: ARM: EXYNOS: Add exynos5260 PMU compatible string to DT match table X-Git-Tag: v3.17-rc1~77^2^2~6 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=22ead0d7024c7aa477118c83d865e773a05ef25d;p=linux.git ARM: EXYNOS: Add exynos5260 PMU compatible string to DT match table Exynos initialisation code now relies on obtaining the PMU address via DT, so add the exynos5260 PMU compatible string to DT match table. Signed-off-by: Vikas Sajjan Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index a83a312299a3..493dbc23936f 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,exynos5260-pmu" }, { .compatible = "samsung,exynos5410-pmu" }, { .compatible = "samsung,exynos5420-pmu" }, { /*sentinel*/ },