diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-08-20 09:07:07 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-08-21 22:51:58 -0400 |
commit | aa0bdc303b0f8bc59fc0a0645560917810ba041b (patch) | |
tree | 9c7559a3ff16fd4245b6330ab163aaab401b98b7 | |
parent | 5ac9e7f35db00e630c9f95a1f73ac329371cdbbf (diff) |
ARM: shmobile: sh73a0: Remove duplicate CPUFreq bits
The CPUFreq platform device is already registered by
shmobile_init_late(), so get rid of sh73a0 specific bits.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/setup-sh73a0.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-shmobile/setup-sh73a0.c b/arch/arm/mach-shmobile/setup-sh73a0.c index e7a0296b81b1..8ff96799e66c 100644 --- a/arch/arm/mach-shmobile/setup-sh73a0.c +++ b/arch/arm/mach-shmobile/setup-sh73a0.c | |||
@@ -775,17 +775,12 @@ void __init sh73a0_add_early_devices(void) | |||
775 | 775 | ||
776 | void __init sh73a0_add_standard_devices_dt(void) | 776 | void __init sh73a0_add_standard_devices_dt(void) |
777 | { | 777 | { |
778 | struct platform_device_info devinfo = { .name = "cpufreq-cpu0", .id = -1, }; | ||
779 | |||
780 | /* clocks are setup late during boot in the case of DT */ | 778 | /* clocks are setup late during boot in the case of DT */ |
781 | sh73a0_clock_init(); | 779 | sh73a0_clock_init(); |
782 | 780 | ||
783 | platform_add_devices(sh73a0_devices_dt, | 781 | platform_add_devices(sh73a0_devices_dt, |
784 | ARRAY_SIZE(sh73a0_devices_dt)); | 782 | ARRAY_SIZE(sh73a0_devices_dt)); |
785 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); | 783 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); |
786 | |||
787 | /* Instantiate cpufreq-cpu0 */ | ||
788 | platform_device_register_full(&devinfo); | ||
789 | } | 784 | } |
790 | 785 | ||
791 | static const char *sh73a0_boards_compat_dt[] __initdata = { | 786 | static const char *sh73a0_boards_compat_dt[] __initdata = { |