summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-07-07 13:50:56 +0200
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-05 12:17:09 +0200
commit628e49bac6dd179d6602829b96ba181196aa6806 (patch)
tree267db2e113046d2811050209ad9d270db59ab437
parent0340b36963756f83342dee61d5038a317d892300 (diff)
mach-ux500: STM not yet supported on U5500
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
-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();