[LEDE-DEV] [PATCH v2 2/4] lantiq: device tree bindings for dwc2 on danube

Ben Mulvihill ben.mulvihill at gmail.com
Tue Nov 8 13:03:03 PST 2016


Device tree binding for dwc2 usb driver on danube.
Leave old ifxhcd-danube driver as an alternative.

Also adds dr_mode = "host" to eliminate warning on boot.

Signed-off-by: Ben Mulvihill <ben.mulvihill at gmail.com>
---
diff -uprN a/target/linux/lantiq/dts/danube.dtsi b/target/linux/lantiq/dts/danube.dtsi
--- a/target/linux/lantiq/dts/danube.dtsi	2016-11-08 16:35:48.253512671 +0100
+++ b/target/linux/lantiq/dts/danube.dtsi	2016-11-08 16:38:54.773926974 +0100
@@ -140,11 +140,12 @@
 		};
 
 		ifxhcd at E101000 {
-			compatible = "lantiq,ifxhcd-danube";
+			compatible = "lantiq,ifxhcd-danube-dwc2", "lantiq,ifxhcd-danube";
 			reg = <0xE101000 0x1000
 				0xE120000 0x3f000>;
 			interrupt-parent = <&icu0>;
 			interrupts = <62>;
+			dr_mode = "host";
 			status = "disabled";
 		};
 




More information about the Lede-dev mailing list