summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-sabresd-ldo.dts
diff options
context:
space:
mode:
authorRobin Gong <b38343@freescale.com>2013-09-12 16:22:26 +0800
committerJason Liu <r64343@freescale.com>2013-10-30 09:55:44 +0800
commit3a6754c801de695f016f7a9495b18eedccfdbb18 (patch)
treef9b1eafa0bad78fc666e090f5f94816be3b4e2ae /arch/arm/boot/dts/imx6dl-sabresd-ldo.dts
parent6d421d99a5723af437ca8c6e38781f0944ab4bd8 (diff)
ENGR00279402-1 ARM: dts: imx6: add wdog reset source seclect in dts
Some boards use another WDOG reset source to reboot system in ldo-bypass mode. We need add the property in board dts file so that we can easily know the WDOG reset source currently. For Sabresd, WDOG1 for ldo-enable mode(WDOG event), WDOG2 for ldo-bypass mode (reset external pmic to trigger POR event). For sl-evk board, there is no WDOG pin connected with external pmic as Sabresd , because mx6sl boot at 400Mhz. Then both ldo-enable and ldo-bypass mode use the common WDOG1 as reset source. Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-sabresd-ldo.dts')
-rw-r--r--arch/arm/boot/dts/imx6dl-sabresd-ldo.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-sabresd-ldo.dts b/arch/arm/boot/dts/imx6dl-sabresd-ldo.dts
index 014a72172274..2b5d869421b3 100644
--- a/arch/arm/boot/dts/imx6dl-sabresd-ldo.dts
+++ b/arch/arm/boot/dts/imx6dl-sabresd-ldo.dts
@@ -16,6 +16,7 @@
&gpc {
fsl,ldo-bypass = <0>; /* use ldo-bypass, u-boot will check it and configure */
+ fsl,wdog-reset = <1>; /* watchdog select of reset source */
pu-supply = <&reg_pu>; /* ldo-bypass:use pu_dummy if VDDSOC share with VDDPU */
};