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>
This commit is contained in:
Andy Shevchenko
2020-12-03 19:45:01 +02:00
committed by Bin Meng
parent d067fb7636
commit 23cdbba8b1
3 changed files with 8 additions and 0 deletions

View File

@@ -105,6 +105,10 @@
reg = <0xff009000 0x1000>;
};
usb: usb@f9100000 {
compatible = "intel,tangier-dwc3";
};
watchdog: wdt@0 {
compatible = "intel,tangier-wdt";
};