[LEDE-DEV] [PATCH 2/3] lantiq: enable dwc2 in danube dtsi

Ben Mulvihill ben.mulvihill at gmail.com
Fri Oct 28 07:31:59 PDT 2016


define device tree binding for dwc2 usb driver on danube boards
as well as arx and xrx.
 
Signed-off-by: Ben Mulvihill <ben.mulvihill at gmail.com>
---
diff -uprN a/target/linux/lantiq/patches-4.4/0041-USB-DWC2-add-ltq-params.patch b/target/linux/lantiq/patches-4.4/0041-USB-DWC2-add-ltq-params.patch
--- a/target/linux/lantiq/patches-4.4/0041-USB-DWC2-add-ltq-params.patch	2016-01-26 18:50:04.584650092 +0100
+++ b/target/linux/lantiq/patches-4.4/0041-USB-DWC2-add-ltq-params.patch	2016-01-30 09:45:30.415980545 +0100
@@ -35,10 +35,11 @@
  /**
   * dwc2_lowlevel_hw_enable - enable platform lowlevel hw resources
   * @hsotg: The driver state
-@@ -310,6 +338,8 @@ static int dwc2_driver_remove(struct pla
+@@ -310,6 +338,9 @@ static int dwc2_driver_remove(struct pla
  static const struct of_device_id dwc2_of_match_table[] = {
  	{ .compatible = "brcm,bcm2835-usb", .data = &params_bcm2835 },
  	{ .compatible = "rockchip,rk3066-usb", .data = &params_rk3066 },
++	{ .compatible = "lantiq,ifxhcd-danube-dwc2", .data = &params_ltq },
 +	{ .compatible = "lantiq,ifxhcd-arx100-dwc2", .data = &params_ltq },
 +	{ .compatible = "lantiq,ifxhcd-xrx200-dwc2", .data = &params_ltq },
  	{ .compatible = "snps,dwc2", .data = NULL },




More information about the Lede-dev mailing list