git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9792758
)
ARM: DTS: Add watchdog to mt6589
author
Matthias Brugger
<matthias.bgg@gmail.com>
Mon, 16 Mar 2015 09:47:25 +0000
(10:47 +0100)
committer
Matthias Brugger
<matthias.bgg@gmail.com>
Mon, 30 Mar 2015 11:18:23 +0000
(13:18 +0200)
This patch adds the watchdog to the device tree of Mediatek mt6589 SoC.
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm/boot/dts/mt6589.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/mt6589.dtsi
b/arch/arm/boot/dts/mt6589.dtsi
index
106b61b
..
88b3cb1
100644
(file)
--- a/
arch/arm/boot/dts/mt6589.dtsi
+++ b/
arch/arm/boot/dts/mt6589.dtsi
@@
-138,5
+138,10
@@
clocks = <&uart_clk>;
status = "disabled";
};
+
+ wdt: watchdog@010000000 {
+ compatible = "mediatek,mt6589-wdt";
+ reg = <0x10000000 0x44>;
+ };
};
};