aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-12-03 19:45:01 +0200
committerBin Meng <bmeng.cn@gmail.com>2020-12-16 13:51:24 +0800
commit23cdbba8b199f2f35c28e40dbb59a5e935dbbae9 (patch)
tree01338d28315d84d0430260ccee65eb6d7be6b231 /arch/x86/dts
parentd067fb763680815fec05c21533d2aa23523a8b10 (diff)
downloadu-boot-23cdbba8b199f2f35c28e40dbb59a5e935dbbae9.zip
u-boot-23cdbba8b199f2f35c28e40dbb59a5e935dbbae9.tar.gz
u-boot-23cdbba8b199f2f35c28e40dbb59a5e935dbbae9.tar.bz2
x86: edison: Use dwc3-generic driver for Intel Edison
Use generic Synopsys DesignWare 3 driver on Intel Edison. For now it's just a stub which allows future refactoring. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
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 97cc6ec..600d6d2 100644
--- a/arch/x86/dts/edison.dts
+++ b/arch/x86/dts/edison.dts
@@ -105,6 +105,10 @@
reg = <0xff009000 0x1000>;
};
+ usb: usb@f9100000 {
+ compatible = "intel,tangier-dwc3";
+ };
+
watchdog: wdt@0 {
compatible = "intel,tangier-wdt";
};