Skip to content

Commit

Permalink
ARM: dts: tango4: Import watchdog node
Browse files Browse the repository at this point in the history
The device driver was added in v4.5 by commit dca536c
("watchdog: add support for Sigma Designs SMP86xx/SMP87xx")

Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Marc Gonzalez authored and Arnd Bergmann committed May 10, 2016
1 parent 862ccbf commit ec42083
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/tango4-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
reg-shift = <2>;
};

watchdog@1fd00 {
compatible = "sigma,smp8759-wdt";
reg = <0x1fd00 8>;
clocks = <&xtal>;
};

eth0: ethernet@26000 {
compatible = "sigma,smp8734-ethernet";
reg = <0x26000 0x800>;
Expand Down

0 comments on commit ec42083

Please sign in to comment.