Skip to content

Commit

Permalink
Revert "ARM: dts: hix5hd2: add wdg node"
Browse files Browse the repository at this point in the history
This reverts commit 610bd87.

"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>
  • Loading branch information
Olof Johansson committed Sep 26, 2014
1 parent 01eacbb commit 32bb231
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions arch/arm/boot/dts/hisi-x5hd2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 32bb231

Please sign in to comment.