aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/cpufreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/cpufreq.c')
-rw-r--r--arch/arm/mach-shmobile/cpufreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/cpufreq.c b/arch/arm/mach-shmobile/cpufreq.c
index 8a24b2be46ae..57fbff024dcd 100644
--- a/arch/arm/mach-shmobile/cpufreq.c
+++ b/arch/arm/mach-shmobile/cpufreq.c
@@ -12,6 +12,6 @@
int __init shmobile_cpufreq_init(void)
{
- platform_device_register_simple("cpufreq-cpu0", -1, NULL, 0);
+ platform_device_register_simple("cpufreq-dt", -1, NULL, 0);
return 0;
}