From: Sebastian Hesselbarth Date: Tue, 25 Sep 2012 00:02:17 +0000 (+0200) Subject: ARM: dove: Remove watchdog from DT X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dfdc16fa785bacf169cae458a6f1805cfa2178c6;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git 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 Signed-off-by: Jason Cooper --- diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 792bab03b577..c59c5292d10e 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>;