summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos/exynos-pmu.h
diff options
context:
space:
mode:
authorPankaj Dubey <pankaj.dubey@samsung.com>2015-12-18 06:32:15 +0300
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-02-25 04:13:56 +0300
commit92c4bf04735130023188995cb5dbc21fdedda88c (patch)
treefd5e89c6a69785f45bd686f560230cde43a3866a /arch/arm/mach-exynos/exynos-pmu.h
parent3900d6a85e66e9c20d8a7f3c046227b4e171f7b4 (diff)
downloadlinux-92c4bf04735130023188995cb5dbc21fdedda88c.tar.xz
ARM: EXYNOS: Split up exynos5420 SoC specific PMU data
This patch splits up mach-exynos/pmu.c file, and moves exynos5420, PMU configuration data and functions handing data into exynos5420 SoC specific PMU file mach-exynos/exynos5420-pmu.c. [tested on Peach-Pi (Exynos5880)] Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/exynos-pmu.h')
-rw-r--r--arch/arm/mach-exynos/exynos-pmu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/exynos-pmu.h b/arch/arm/mach-exynos/exynos-pmu.h
index 85c858d1d5d5..a469e366fead 100644
--- a/arch/arm/mach-exynos/exynos-pmu.h
+++ b/arch/arm/mach-exynos/exynos-pmu.h
@@ -37,6 +37,7 @@ extern const struct exynos_pmu_data exynos4210_pmu_data;
extern const struct exynos_pmu_data exynos4212_pmu_data;
extern const struct exynos_pmu_data exynos4412_pmu_data;
extern const struct exynos_pmu_data exynos5250_pmu_data;
+extern const struct exynos_pmu_data exynos5420_pmu_data;
extern void pmu_raw_writel(u32 val, u32 offset);
extern u32 pmu_raw_readl(u32 offset);