aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-shmobile/setup-r8a7740.c2
-rw-r--r--arch/arm/mach-shmobile/setup-sh73a0.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c
index 79ad93dfdae4..6edde2f3fb38 100644
--- a/arch/arm/mach-shmobile/setup-r8a7740.c
+++ b/arch/arm/mach-shmobile/setup-r8a7740.c
@@ -656,7 +656,7 @@ static struct resource pmu_resources[] = {
656}; 656};
657 657
658static struct platform_device pmu_device = { 658static struct platform_device pmu_device = {
659 .name = "arm-pmu", 659 .name = "armv7-pmu",
660 .id = -1, 660 .id = -1,
661 .num_resources = ARRAY_SIZE(pmu_resources), 661 .num_resources = ARRAY_SIZE(pmu_resources),
662 .resource = pmu_resources, 662 .resource = pmu_resources,
diff --git a/arch/arm/mach-shmobile/setup-sh73a0.c b/arch/arm/mach-shmobile/setup-sh73a0.c
index 93ebe3430bfe..bdfa7a56ee7d 100644
--- a/arch/arm/mach-shmobile/setup-sh73a0.c
+++ b/arch/arm/mach-shmobile/setup-sh73a0.c
@@ -563,7 +563,7 @@ static struct resource pmu_resources[] = {
563}; 563};
564 564
565static struct platform_device pmu_device = { 565static struct platform_device pmu_device = {
566 .name = "arm-pmu", 566 .name = "armv7-pmu",
567 .id = -1, 567 .id = -1,
568 .num_resources = ARRAY_SIZE(pmu_resources), 568 .num_resources = ARRAY_SIZE(pmu_resources),
569 .resource = pmu_resources, 569 .resource = pmu_resources,