Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9eff219 authored by Mark Rutland's avatar Mark Rutland Committed by Olof Johansson
Browse files

arm: pxa: specify PMUs are for XScale CPUs



Now that we can specify which PMU variant we're likely to deal with, do
so in the pxa board code. This will allow us to split the ARMv6, ARMv7,
and XScale PMU drivers.

Signed-off-by: default avatarMark Rutland <mark.rutland@arm.com>
Acked-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Daniel Mack <daniel@zonque.org>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Olof Johansson <olof@lixom.net>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent cbed8388
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -40,7 +40,7 @@ static struct resource pxa_resource_pmu = {
};
};


struct platform_device pxa_device_pmu = {
struct platform_device pxa_device_pmu = {
	.name		= "arm-pmu",
	.name		= "xscale-pmu",
	.id		= -1,
	.id		= -1,
	.resource	= &pxa_resource_pmu,
	.resource	= &pxa_resource_pmu,
	.num_resources	= 1,
	.num_resources	= 1,