diff options
author | Andy Shevchenko | 2019-06-21 13:28:08 +0300 |
---|---|---|
committer | Bin Meng | 2019-06-22 22:27:13 +0800 |
commit | c974a3d1550557f246c98480083651c0a502e7e7 (patch) | |
tree | 041cece0fd6c387912ac182a87669e29c4ee9f72 /arch | |
parent | 8b295a20262802a7ae9704bafa5d0cafb3b4744f (diff) |
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')
-rw-r--r-- | arch/x86/cpu/tangier/Kconfig | 1 | ||||
-rw-r--r-- | arch/x86/dts/edison.dts | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/arch/x86/cpu/tangier/Kconfig b/arch/x86/cpu/tangier/Kconfig index a3bd16799df..d2b7edecd60 100644 --- a/arch/x86/cpu/tangier/Kconfig +++ b/arch/x86/cpu/tangier/Kconfig @@ -10,7 +10,6 @@ config INTEL_TANGIER imply MMC_SDHCI imply MMC_SDHCI_SDMA imply MMC_SDHCI_TANGIER - imply TANGIER_WATCHDOG imply USB imply USB_DWC3 diff --git a/arch/x86/dts/edison.dts b/arch/x86/dts/edison.dts index e8564bbb8a9..c0487656d3f 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; |