diff options
author | Olof Johansson <olof@lixom.net> | 2014-09-25 17:41:19 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-09-25 17:42:58 -0700 |
commit | 32bb231845325ca4d19bba414f8883f3e0d6436f (patch) | |
tree | bfa2d30251ff0b74a47cfd3c587af8208428aece /arch/arm | |
parent | 01eacbb84c29db2fb9a844b88f7d4874ed565d11 (diff) |
Revert "ARM: dts: hix5hd2: add wdg node"
This reverts commit 610bd8722ef40b649b51f01045c5d1903f41b583.
"ARM: dts: hix5hd2: add wdg node" causes a build breakage due to
an undefined constatns:
Error: arch/arm/boot/dts/hisi-x5hd2.dtsi:374.22-23 syntax error
(Don't you just looove the dtc error messages? They are so informative!)
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/hisi-x5hd2.dtsi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi index b3a87d79f1e1..152f3ad1af6b 100644 --- a/arch/arm/boot/dts/hisi-x5hd2.dtsi +++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi @@ -365,15 +365,6 @@ #interrupt-cells = <2>; status = "disabled"; }; - - wdt0: watchdog@a2c000 { - compatible = "arm,sp805", "arm,primecell"; - arm,primecell-periphid = <0x00141805>; - reg = <0xa2c000 0x1000>; - interrupts = <0 29 4>; - clocks = <&clock HIX5HD2_WDG0_RST>; - clock-names = "apb_pclk"; - }; }; local_timer@00a00600 { |