diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-06 18:37:40 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-09 23:25:34 +0100 |
commit | f036956e1f6a38bfc4e678adf404f3a717ceaed8 (patch) | |
tree | 4be2e14f5d6af19afbd013c6316a2965e0397b88 /target/linux/lantiq/dts/vr9.dtsi | |
parent | 2dac67464d47fd1c7d87108cfdc04af28d32b264 (diff) | |
download | upstream-f036956e1f6a38bfc4e678adf404f3a717ceaed8.tar.gz upstream-f036956e1f6a38bfc4e678adf404f3a717ceaed8.tar.bz2 upstream-f036956e1f6a38bfc4e678adf404f3a717ceaed8.zip |
lantiq: update USB controller initialization
This adds USB initialization fixes for Danube, Amazon SE and xrx300 and
should fix the clock on at least Danube which hopefully closes FS#351.
The xrx200 usb driver now uses more memory for the dwc2 fifos, this was
increased in the chip compared to ar9.
This is based in part on the vendor documentation and the vendor code
base as a reference.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/lantiq/dts/vr9.dtsi')
-rw-r--r-- | target/linux/lantiq/dts/vr9.dtsi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/vr9.dtsi b/target/linux/lantiq/dts/vr9.dtsi index 4810a91c5c..eff4944411 100644 --- a/target/linux/lantiq/dts/vr9.dtsi +++ b/target/linux/lantiq/dts/vr9.dtsi @@ -177,19 +177,21 @@ ifxhcd@E101000 { status = "disabled"; - compatible = "lantiq,ifxhcd-xrx200", "lantiq,ifxhcd-xrx200-dwc2"; + compatible = "lantiq,xrx200-usb", "lantiq,ifxhcd-xrx200"; reg = <0xE101000 0x1000 0xE120000 0x3f000>; interrupt-parent = <&icu0>; interrupts = <62 91>; + dr_mode = "host"; }; ifxhcd@E106000 { status = "disabled"; - compatible = "lantiq,ifxhcd-xrx200-dwc2"; + compatible = "lantiq,xrx200-usb"; reg = <0xE106000 0x1000>; interrupt-parent = <&icu0>; interrupts = <91>; + dr_mode = "host"; }; eth0: eth@E108000 { |