summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorRobin Gong <b38343@freescale.com>2014-08-15 09:45:22 +0800
committerRobin Gong <b38343@freescale.com>2014-08-26 14:38:41 +0800
commit12631a3faba80f58f24086d6d9b561ab9b808025 (patch)
tree1b6b35cdf8aa9921482bc8c7c8bf0479e329180f /arch/arm/include
parent404fd02e96d33840f58f83f88815e2a259cdc532 (diff)
downloadu-boot-imx-12631a3faba80f58f24086d6d9b561ab9b808025.zip
u-boot-imx-12631a3faba80f58f24086d6d9b561ab9b808025.tar.gz
u-boot-imx-12631a3faba80f58f24086d6d9b561ab9b808025.tar.bz2
ENGR00326277-2 imx6: watchdog: use WDOG_B mode for wdog reset in ldo-bypass mode
In ldo-bypass mode, we need trigger WDOG_B pin to reset pmic in ldo-bypass mode. Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/arch-mx6/sys_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mx6/sys_proto.h b/arch/arm/include/asm/arch-mx6/sys_proto.h
index c8e5136..5b42ce9 100644
--- a/arch/arm/include/asm/arch-mx6/sys_proto.h
+++ b/arch/arm/include/asm/arch-mx6/sys_proto.h
@@ -26,7 +26,7 @@ unsigned imx_ddr_size(void);
#ifdef CONFIG_LDO_BYPASS_CHECK
int check_ldo_bypass(void);
int check_1_2G(void);
-int set_anatop_bypass(void);
+int set_anatop_bypass(int wdog_reset_pin);
void ldo_mode_set(int ldo_bypass);
void prep_anatop_bypass(void);
void finish_anatop_bypass(void);