summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-sabresd-ldo.dts
diff options
context:
space:
mode:
authorRobin Gong <b38343@freescale.com>2013-09-12 16:22:26 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-01-15 21:17:53 -0600
commit7259efce3c7efb7eb30e259a5c59035d94f2dedf (patch)
tree2b6ea3f945fb8f9632556b156169c67220ff139a /arch/arm/boot/dts/imx6q-sabresd-ldo.dts
parent7e8c4686bc6be34c4c59e7e9c52eb3a46df662ea (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> (cherry picked from commit d960bbe78009d306f80957321622aaad0628ac4b)
Diffstat (limited to 'arch/arm/boot/dts/imx6q-sabresd-ldo.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-sabresd-ldo.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabresd-ldo.dts b/arch/arm/boot/dts/imx6q-sabresd-ldo.dts
index 99ea580afccc..1d3b75443910 100644
--- a/arch/arm/boot/dts/imx6q-sabresd-ldo.dts
+++ b/arch/arm/boot/dts/imx6q-sabresd-ldo.dts
@@ -16,4 +16,6 @@
&gpc {
/* use ldo-enable, u-boot will check it and configure */
fsl,ldo-bypass = <0>;
+ /* watchdog select of reset source */
+ fsl,wdog-reset = <1>;
};