diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-08-16 21:46:42 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-08-28 21:53:52 -0400 |
commit | e355e0f6840fc0b407dfd4c71c774b7d617abd69 (patch) | |
tree | 99d0cf1e91a83ff12cad23ec8679af9c37fd5783 /arch/arm/boot | |
parent | 118e81cb7307934870721312da5443913a14faa2 (diff) |
ARM: dts: imx6ul-pico-hobbit: Use WDOG_B pin reset
imx6ul-pico has WDOG1_B pin connected to the PMIC.
Pass the 'fsl,ext-reset-output' property so that the watchdog
can trigger a system POR reset via PMIC.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6ul-pico-hobbit.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-pico-hobbit.dts b/arch/arm/boot/dts/imx6ul-pico-hobbit.dts index 7b18dc4727a9..827d9e8fc74e 100644 --- a/arch/arm/boot/dts/imx6ul-pico-hobbit.dts +++ b/arch/arm/boot/dts/imx6ul-pico-hobbit.dts | |||
@@ -344,6 +344,12 @@ | |||
344 | status = "okay"; | 344 | status = "okay"; |
345 | }; | 345 | }; |
346 | 346 | ||
347 | &wdog1 { | ||
348 | pinctrl-names = "default"; | ||
349 | pinctrl-0 = <&pinctrl_wdog>; | ||
350 | fsl,ext-reset-output; | ||
351 | }; | ||
352 | |||
347 | &iomuxc { | 353 | &iomuxc { |
348 | pinctrl_brcm_reg: brcmreggrp { | 354 | pinctrl_brcm_reg: brcmreggrp { |
349 | fsl,pins = < | 355 | fsl,pins = < |
@@ -534,4 +540,10 @@ | |||
534 | MX6UL_PAD_NAND_DATA03__USDHC2_DATA3 0x17059 | 540 | MX6UL_PAD_NAND_DATA03__USDHC2_DATA3 0x17059 |
535 | >; | 541 | >; |
536 | }; | 542 | }; |
543 | |||
544 | pinctrl_wdog: wdoggrp { | ||
545 | fsl,pins = < | ||
546 | MX6UL_PAD_LCD_RESET__WDOG1_WDOG_ANY 0x30b0 | ||
547 | >; | ||
548 | }; | ||
537 | }; | 549 | }; |