diff options
| author | Lukasz Majewski <lukma@denx.de> | 2017-02-19 23:24:36 +0100 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2017-04-08 21:32:48 -0400 |
| commit | d7ebbe9dc4c4df4112f9403b7447438774e6b15c (patch) | |
| tree | e768bb4fb115996453d24696b34224d72a52e8b8 /arch/arm/include/asm/arch-omap5 | |
| parent | 04735a8fc45ba7c9f5b17d4837a0c649087b29e1 (diff) | |
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.h | 2 |
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 683d9053337..d7c46605ddd 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]; |
