summaryrefslogtreecommitdiff
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2019-06-21 13:28:08 +0300
committerBin Meng <bmeng.cn@gmail.com>2019-06-22 17:27:13 +0300
commitc974a3d1550557f246c98480083651c0a502e7e7 (patch)
tree041cece0fd6c387912ac182a87669e29c4ee9f72 /arch/x86/dts
parent8b295a20262802a7ae9704bafa5d0cafb3b4744f (diff)
downloadu-boot-c974a3d1550557f246c98480083651c0a502e7e7.tar.xz
watchdog: tangier: Convert to use WDT class
Convert legacy driver to use watchdog class. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r--arch/x86/dts/edison.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/dts/edison.dts b/arch/x86/dts/edison.dts
index e8564bbb8a..c0487656d3 100644
--- a/arch/x86/dts/edison.dts
+++ b/arch/x86/dts/edison.dts
@@ -104,6 +104,10 @@
reg = <0xff009000 0x1000>;
};
+ watchdog: wdt@0 {
+ compatible = "intel,tangier-wdt";
+ };
+
reset {
compatible = "intel,reset-tangier";
u-boot,dm-pre-reloc;