Skip to content

Commit

Permalink
ARM: dove: Remove watchdog from DT
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
  • Loading branch information
shesselba authored and Jason Cooper committed Oct 17, 2012
1 parent 138ee96 commit dfdc16f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/arm/boot/dts/dove.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit dfdc16f

Please sign in to comment.