Message ID | Pine.LNX.4.64.1305211236180.2863@axis700.grange (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/mach-shmobile/setup-r8a7790.c b/arch/arm/mach-shmobile/setup-r8a7790.c index eeef5f6..49c3166 100644 --- a/arch/arm/mach-shmobile/setup-r8a7790.c +++ b/arch/arm/mach-shmobile/setup-r8a7790.c @@ -166,6 +166,7 @@ void __init r8a7790_timer_init(void) #ifdef CONFIG_USE_OF void __init r8a7790_add_standard_devices_dt(void) { + platform_device_register_simple("cpufreq-cpu0", -1, NULL, 0); of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); }
Add a "cpufreq-cpu0" platform device, needed to activate the equally named CPUFreq driver. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> --- It can actually be merged with patch 1 from this series arch/arm/mach-shmobile/setup-r8a7790.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)