diff options
author | Ben Mulvihill <ben.mulvihill@gmail.com> | 2016-11-08 22:03:03 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-21 11:04:05 +0100 |
commit | 5c06a31e23b9cc1b8c8a1a8e0ab58353fc925865 (patch) | |
tree | d23ee8fa1bd9d0d1fc8e74ac65516971ebfc0ed2 /target/linux/lantiq/dts | |
parent | c82d5b30e10e6987bb73119c2c08ec9ff4a504dd (diff) | |
download | upstream-5c06a31e23b9cc1b8c8a1a8e0ab58353fc925865.tar.gz upstream-5c06a31e23b9cc1b8c8a1a8e0ab58353fc925865.tar.bz2 upstream-5c06a31e23b9cc1b8c8a1a8e0ab58353fc925865.zip |
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@gmail.com>
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/danube.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/danube.dtsi b/target/linux/lantiq/dts/danube.dtsi index 62e31d6bec..af691df2f8 100644 --- a/target/linux/lantiq/dts/danube.dtsi +++ b/target/linux/lantiq/dts/danube.dtsi @@ -139,11 +139,12 @@ }; ifxhcd@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"; }; |