aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-07-07 13:50:56 +0200
committerPhilippe Langlais <philippe.langlais@linaro.org>2011-07-22 15:51:15 +0200
commitf25d56ead424ec4b8ad56e394ac2e9ec6ae7b886 (patch)
tree6d052602b3324242fdac79b03c3b355884125f23 /arch
parent8464e00000facab7adbdb184148c812cd23d616e (diff)
mach-ux500: STM not yet supported on U5500
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-ux500/cpu-db5500.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/cpu-db5500.c b/arch/arm/mach-ux500/cpu-db5500.c
index 8e20bc69efa..b40c441b36f 100644
--- a/arch/arm/mach-ux500/cpu-db5500.c
+++ b/arch/arm/mach-ux500/cpu-db5500.c
@@ -46,7 +46,6 @@ static struct map_desc u5500_io_desc[] __initdata = {
__IO_DEV_DESC(U5500_GPIO4_BASE, SZ_4K),
__IO_DEV_DESC(U5500_PRCMU_BASE, SZ_4K),
__IO_DEV_DESC(U5500_PRCMU_TCDM_BASE, SZ_4K),
-
__IO_DEV_DESC(U5500_CLKRST1_BASE, SZ_4K),
__IO_DEV_DESC(U5500_CLKRST2_BASE, SZ_4K),
__IO_DEV_DESC(U5500_CLKRST3_BASE, SZ_4K),
@@ -231,7 +230,7 @@ void __init u5500_init_devices(void)
{
#ifdef CONFIG_STM_TRACE
/* Early init for STM tracing */
- platform_device_register(&ux500_stm_device);
+ /* platform_device_register(&u5500_stm_device); */
#endif
db5500_add_gpios();
db5500_dma_init();