summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-08-19 16:28:58 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-09-26 11:07:12 +0200
commit5665f4a31bb9f80e8a19fd87d8f65b22a0bf9362 (patch)
treea449fa23f30960d651350e5df6a76f447b4dd86e /arch/arm/mach-ux500/board-mop500.c
parentc443bf79fb8d4310fecb8e3397489927dea9799f (diff)
ARM: ux500: Disable Snowball's CPUFreq functionality when booting with ATAGs enabled
It's time to remove all ATAG support from ux500 and rely solely on Device Tree booting. This patch is part of that endeavour. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index 6c7bec4c154..2554567c591 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -107,10 +107,6 @@ struct ab8500_platform_data ab8500_platdata = {
.codec = &ab8500_codec_pdata,
};
-static struct platform_device u8500_cpufreq_cooling_device = {
- .name = "db8500-cpufreq-cooling",
-};
-
/*
* TC35892
*/
@@ -360,7 +356,6 @@ static void __init u8500_cryp1_hash1_init(struct device *parent)
}
static struct platform_device *snowball_platform_devs[] __initdata = {
- &u8500_cpufreq_cooling_device,
&sdi0_regulator,
};