]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: imx6ull-colibri: Add watchdog
authorPhilippe Schenker <philippe.schenker@toradex.com>
Tue, 27 Aug 2019 13:18:36 +0000 (13:18 +0000)
committerShawn Guo <shawnguo@kernel.org>
Wed, 2 Oct 2019 01:09:50 +0000 (09:09 +0800)
This patch adds the watchdog to the imx6ull-colibri devicetree

Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ull-colibri.dtsi

index 1f112ec55e5c5136ae505e31a67080469d64ae5e..e3220298dd6feea975feb6d7e626a4994f1b8127 100644 (file)
@@ -199,6 +199,12 @@ &usdhc1 {
        assigned-clock-rates = <0>, <198000000>;
 };
 
+&wdog1 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_wdog>;
+       fsl,ext-reset-output;
+};
+
 &iomuxc {
        pinctrl_can_int: canint-grp {
                fsl,pins = <
@@ -506,6 +512,12 @@ MX6UL_PAD_CSI_VSYNC__USDHC2_CLK            0x17059
                        MX6UL_PAD_GPIO1_IO03__OSC32K_32K_OUT    0x14
                >;
        };
+
+       pinctrl_wdog: wdog-grp {
+               fsl,pins = <
+                       MX6UL_PAD_LCD_RESET__WDOG1_WDOG_ANY    0x30b0
+               >;
+       };
 };
 
 &iomuxc_snvs {