From: Mark Rutland Date: Fri, 23 May 2014 13:39:39 +0000 (+0100) Subject: arm: iop: specify PMUs are for XScale CPUs X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b22a75cf9d9dfc0193fbd1251acf1925872a5be3;p=linux-beck.git 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 Acked-by: Linus Walleij Cc: Arnd Bergmann Cc: Olof Johansson Cc: Russell King Signed-off-by: Olof Johansson --- 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,