diff options
author | Akshay Bhat <akshay.bhat@timesys.com> | 2016-04-19 18:30:01 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-26 05:22:23 +0200 |
commit | c0b20d6f4113313d8cd0566aa30f337d3697ac75 (patch) | |
tree | 673ed7312992d3027bcd8d33dc2a50c2f80bcdfd /arch/arm/boot/dts/imx6q-ba16.dtsi | |
parent | ARM: dts: imx: b450/b650v3: Move ldb_di clk assignment (diff) | |
download | linux-c0b20d6f4113313d8cd0566aa30f337d3697ac75.tar.xz linux-c0b20d6f4113313d8cd0566aa30f337d3697ac75.zip |
ARM: dts: imx6q-ba16: use wdog external reset
The BA16 module has a PMIC that uses the WDOG_B output from iMX6 to
reset the system on a watchdog timeout. Configure the watchdog to assert
the external reset signal (WDOG_B) using fsl,ext-reset-output property.
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-ba16.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6q-ba16.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-ba16.dtsi b/arch/arm/boot/dts/imx6q-ba16.dtsi index 8122e5bbfebe..f7e17e2004ac 100644 --- a/arch/arm/boot/dts/imx6q-ba16.dtsi +++ b/arch/arm/boot/dts/imx6q-ba16.dtsi @@ -400,6 +400,7 @@ &wdog1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_wdog>; + fsl,ext-reset-output; }; &iomuxc { |