]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: keystone-k2g: add watchdog support
authorTero Kristo <t-kristo@ti.com>
Mon, 12 Mar 2018 07:10:06 +0000 (09:10 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 12 Mar 2018 14:13:39 +0000 (15:13 +0100)
Add a watchdog node for keystone-k2g, with the corresponding clock and
power domain handles.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/keystone-k2g.dtsi

index 39f56054f31961178cd89b0bb884f3995b71d4da..dca80ed864c7d5228e798268537635f3134e2101 100644 (file)
@@ -596,5 +596,12 @@ spi3: spi@21806000 {
                        power-domains = <&k2g_pds 0x0013>;
                        clocks = <&k2g_clks 0x0013 0>;
                };
+
+               wdt: wdt@02250000 {
+                       compatible = "ti,keystone-wdt", "ti,davinci-wdt";
+                       reg = <0x02250000 0x80>;
+                       power-domains = <&k2g_pds 0x22>;
+                       clocks = <&k2g_clks 0x22 0>;
+               };
        };
 };