summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-omap5
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2017-02-19 22:24:36 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-09 01:32:48 (GMT)
commitd7ebbe9dc4c4df4112f9403b7447438774e6b15c (patch)
treee768bb4fb115996453d24696b34224d72a52e8b8 /arch/arm/include/asm/arch-omap5
parent04735a8fc45ba7c9f5b17d4837a0c649087b29e1 (diff)
downloadu-boot-fsl-qoriq-d7ebbe9dc4c4df4112f9403b7447438774e6b15c.tar.xz
ti: wdt: common: Make the wdt IP defines common for the TI platform
Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap5')
-rw-r--r--arch/arm/include/asm/arch-omap5/cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap5/cpu.h b/arch/arm/include/asm/arch-omap5/cpu.h
index 683d905..d7c4660 100644
--- a/arch/arm/include/asm/arch-omap5/cpu.h
+++ b/arch/arm/include/asm/arch-omap5/cpu.h
@@ -18,6 +18,8 @@
#ifndef __KERNEL_STRICT_NAMES
#ifndef __ASSEMBLY__
+#include <asm/ti-common/omap_wdt.h>
+
struct gptimer {
u32 tidr; /* 0x00 r */
u8 res1[0xc];