summaryrefslogtreecommitdiffstats
path: root/include/sh_tmu.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2012-08-03 14:21:05 +0900
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-10-03 02:04:24 +0200
commit2c541df90110e87bb9b241a04089336b06d45716 (patch)
treedc5168f3e36a13bb684b07ab54c8191a26dc32d4 /include/sh_tmu.h
parent2f7ea5b047edcf45090ddcbd51e87f6b014e7732 (diff)
downloadblackbird-obmc-uboot-2c541df90110e87bb9b241a04089336b06d45716.tar.gz
blackbird-obmc-uboot-2c541df90110e87bb9b241a04089336b06d45716.zip
arm: rmobile: Add support TMU base timer function
Some rmobile SoC has TMU base timer function. This supports TMU. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/sh_tmu.h')
-rw-r--r--include/sh_tmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sh_tmu.h b/include/sh_tmu.h
index a55d14181d..96c589da50 100644
--- a/include/sh_tmu.h
+++ b/include/sh_tmu.h
@@ -47,7 +47,7 @@ struct tmu_regs {
};
#endif /* CONFIG_SH3 */
-#if defined(CONFIG_SH4) || defined(CONFIG_SH4A)
+#if defined(CONFIG_SH4) || defined(CONFIG_SH4A) || defined(CONFIG_RMOBILE)
struct tmu_regs {
u32 reserved;
u8 tstr;
OpenPOWER on IntegriCloud