diff options
author | Robin Gong <b38343@freescale.com> | 2013-09-12 04:22:26 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:05:39 -0400 |
commit | a3c9d3a0f8165a20eb4c9ae1ea22c3173c2b93ea (patch) | |
tree | c9bb9aeb499acc97424aaad0ae933b4b225c910f /arch/arm/boot/dts/imx6dl-sabresd-ldo.dts | |
parent | ba053009d6ffcc23f9c5ff90a54f6d31e7cdb781 (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.dts | 1 |
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 @@ | |||
16 | 16 | ||
17 | &gpc { | 17 | &gpc { |
18 | fsl,ldo-bypass = <0>; /* use ldo-bypass, u-boot will check it and configure */ | 18 | fsl,ldo-bypass = <0>; /* use ldo-bypass, u-boot will check it and configure */ |
19 | fsl,wdog-reset = <1>; /* watchdog select of reset source */ | ||
19 | pu-supply = <®_pu>; /* ldo-bypass:use pu_dummy if VDDSOC share with VDDPU */ | 20 | pu-supply = <®_pu>; /* ldo-bypass:use pu_dummy if VDDSOC share with VDDPU */ |
20 | }; | 21 | }; |
21 | 22 | ||