diff options
author | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2012-09-25 02:02:17 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-10-17 17:19:58 +0000 |
commit | dfdc16fa785bacf169cae458a6f1805cfa2178c6 (patch) | |
tree | 4a0759d97ee7398dfd5abbe85759bdbf3fde8e55 /arch | |
parent | 138ee960483e90856b6e42613b936433240516ba (diff) | |
download | linux-3.10-dfdc16fa785bacf169cae458a6f1805cfa2178c6.tar.gz linux-3.10-dfdc16fa785bacf169cae458a6f1805cfa2178c6.tar.bz2 linux-3.10-dfdc16fa785bacf169cae458a6f1805cfa2178c6.zip |
ARM: dove: Remove watchdog from DT
The watchdog on dove requires an interrupt that is not yet
available on DT. Therefore, the watchdog DT node is removed
until the corresponding chained intc is available.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/dove.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 792bab03b57..c59c5292d10 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi @@ -67,11 +67,6 @@ status = "disabled"; }; - wdt: wdt@20300 { - compatible = "marvell,orion-wdt"; - reg = <0x20300 0x28>; - }; - gpio0: gpio@d0400 { compatible = "marvell,orion-gpio"; #gpio-cells = <2>; |