summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Rutland <mark.rutland@arm.com>2014-05-23 14:39:39 +0100
committerOlof Johansson <olof@lixom.net>2015-02-06 00:12:59 -0800
commitb22a75cf9d9dfc0193fbd1251acf1925872a5be3 (patch)
tree1480c2363927651fb116df0ffe9856fcea2d0fcd
parentf9eff219761338402b5e109bfdb2daa9f6b30b8c (diff)
downloadlinux-b22a75cf9d9dfc0193fbd1251acf1925872a5be3.tar.bz2
arm: iop: specify PMUs are for XScale CPUs
Now that we can specify which PMU variant we're likely to deal with, do so in the iop board code. This will allow us to split the ARMv6, ARMv7, and XScale PMU drivers. Signed-off-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Olof Johansson <olof@lixom.net> Cc: Russell King <linux@arm.linux.org.uk> Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--arch/arm/plat-iop/pmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-iop/pmu.c b/arch/arm/plat-iop/pmu.c
index ad9f9744a82d..c6d979ace524 100644
--- a/arch/arm/plat-iop/pmu.c
+++ b/arch/arm/plat-iop/pmu.c
@@ -24,7 +24,7 @@ static struct resource pmu_resource = {
};
static struct platform_device pmu_device = {
- .name = "arm-pmu",
+ .name = "xscale-pmu",
.id = -1,
.resource = &pmu_resource,
.num_resources = 1,