Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20d89313 authored by Ivan Khoronzhuk's avatar Ivan Khoronzhuk Committed by Santosh Shilimkar
Browse files

ARM: dts: keystone: add watchdog entry



Add watchdog entry to keystone device tree.

Acked-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarIvan Khoronzhuk <ivan.khoronzhuk@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
parent 38dbfb59
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -208,5 +208,11 @@
				usb-phy = <&usb_phy>, <&usb_phy>;
			};
		};

		wdt: wdt@022f0080 {
			compatible = "ti,keystone-wdt","ti,davinci-wdt";
			reg = <0x022f0080 0x80>;
			clocks = <&clkwdtimer0>;
		};
	};
};