提交 5665f4a3 编写于 作者: L Lee Jones 提交者: Linus Walleij

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: NLee Jones <lee.jones@linaro.org>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 c443bf79
......@@ -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,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册