diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-07-14 17:21:55 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-16 08:42:21 +0200 |
commit | 12b80f1cabf0a7995637fc9b0831b3e9f881f9e6 (patch) | |
tree | e86ac14b14cf2f2186bdcda365922e5871a13874 /target/linux/apm821xx | |
parent | 1e177844bc814d3846312c91cd0f7a54df4f32b9 (diff) | |
download | upstream-12b80f1cabf0a7995637fc9b0831b3e9f881f9e6.tar.gz upstream-12b80f1cabf0a7995637fc9b0831b3e9f881f9e6.tar.bz2 upstream-12b80f1cabf0a7995637fc9b0831b3e9f881f9e6.zip |
apm821xx: fix usb-otg on 4.14
Starting with 4.14, the "amcc,dwc-otg" needs to be used
in order to get the usb-otg to work.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx')
-rw-r--r-- | target/linux/apm821xx/dts/apm82181.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/apm821xx/dts/apm82181.dtsi b/target/linux/apm821xx/dts/apm82181.dtsi index cc48d200d7..be8ace9207 100644 --- a/target/linux/apm821xx/dts/apm82181.dtsi +++ b/target/linux/apm821xx/dts/apm82181.dtsi @@ -248,7 +248,7 @@ }; USBOTG0: usbotg@bff80000 { - compatible = "amcc,usb-otg-405ex"; + compatible = "amcc,dwc-otg"; reg = <4 0xbff80000 0x10000>; interrupt-parent = <&USBOTG0>; interrupts = <0 1 2>; |