Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6ull-colibri: Add watchdog

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>

authored by

Philippe Schenker and committed by
Shawn Guo
92cede44 691b8217

+12
+12
arch/arm/boot/dts/imx6ull-colibri.dtsi
··· 199 199 assigned-clock-rates = <0>, <198000000>; 200 200 }; 201 201 202 + &wdog1 { 203 + pinctrl-names = "default"; 204 + pinctrl-0 = <&pinctrl_wdog>; 205 + fsl,ext-reset-output; 206 + }; 207 + 202 208 &iomuxc { 203 209 pinctrl_can_int: canint-grp { 204 210 fsl,pins = < ··· 510 504 MX6UL_PAD_CSI_VSYNC__USDHC2_CLK 0x17059 511 505 512 506 MX6UL_PAD_GPIO1_IO03__OSC32K_32K_OUT 0x14 507 + >; 508 + }; 509 + 510 + pinctrl_wdog: wdog-grp { 511 + fsl,pins = < 512 + MX6UL_PAD_LCD_RESET__WDOG1_WDOG_ANY 0x30b0 513 513 >; 514 514 }; 515 515 };