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>
This commit is contained in:
Mark Rutland 2014-05-23 14:39:39 +01:00 коммит произвёл Olof Johansson
Родитель f9eff21976
Коммит b22a75cf9d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,