[source] lantiq: device tree bindings for dwc2 on danube
LEDE Commits
lede-commits at lists.infradead.org
Mon Nov 21 02:25:07 PST 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/5c06a31e23b9cc1b8c8a1a8e0ab58353fc925865
commit 5c06a31e23b9cc1b8c8a1a8e0ab58353fc925865
Author: Ben Mulvihill <ben.mulvihill at gmail.com>
AuthorDate: Tue Nov 8 22:03:03 2016 +0100
lantiq: device tree bindings for dwc2 on danube
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>
---
target/linux/lantiq/dts/danube.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/target/linux/lantiq/dts/danube.dtsi b/target/linux/lantiq/dts/danube.dtsi
index 62e31d6..af691df 100644
--- a/target/linux/lantiq/dts/danube.dtsi
+++ b/target/linux/lantiq/dts/danube.dtsi
@@ -139,11 +139,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-commits
mailing list