projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
189e542
)
ARM: dts: keystone-k2g: add watchdog support
author
Tero Kristo
<t-kristo@ti.com>
Mon, 12 Mar 2018 07:10:06 +0000
(09:10 +0200)
committer
Arnd 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/keystone-k2g.dtsi
b/arch/arm/boot/dts/keystone-k2g.dtsi
index 39f56054f31961178cd89b0bb884f3995b71d4da..dca80ed864c7d5228e798268537635f3134e2101 100644
(file)
--- a/
arch/arm/boot/dts/keystone-k2g.dtsi
+++ b/
arch/arm/boot/dts/keystone-k2g.dtsi
@@
-596,5
+596,12
@@
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>;
+ };
};
};