summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorAdrian Alonso <[email protected]>2015-09-03 11:49:28 -0500
committerStefano Babic <[email protected]>2015-09-13 10:11:54 +0200
commit1a8150d4b16fbafa6f1d207ddb85eda7dc399e2d (patch)
treed0ab7d1917554c24b42da7a689893de5602e546d /arch/arm/include
parentcd562c8d07c0684a49edb41eedc207fed7690f56 (diff)
imx: mx7dsabresd: Add support for MX7D SABRESD board
* Add i.MX7D SABRESD target board support with enabled modules: UART, PMIC, USB/OTG, SD, eMMC, ENET, I2C, 74LV IOX. Build target: mx7dsabresd_config Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Fugang Duan <[email protected]> Signed-off-by: Ye.Li <[email protected]> Signed-off-by: Adrian Alonso <[email protected]>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/arch-mx7/sys_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx7/sys_proto.h b/arch/arm/include/asm/arch-mx7/sys_proto.h
index f19684b0248..ca7608bd56b 100644
--- a/arch/arm/include/asm/arch-mx7/sys_proto.h
+++ b/arch/arm/include/asm/arch-mx7/sys_proto.h
@@ -5,3 +5,5 @@
*/
#include <asm/imx-common/sys_proto.h>
+
+void set_wdog_reset(struct wdog_regs *wdog);