apm821xx: fix usb-otg on 4.14
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 14 Jul 2018 15:21:55 +0000 (17:21 +0200)
committerJohn Crispin <john@phrozen.org>
Mon, 16 Jul 2018 06:42:21 +0000 (08:42 +0200)
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>
target/linux/apm821xx/dts/apm82181.dtsi

index cc48d200d7b3c130b7cff2d2ef9e6bc612e83d1a..be8ace9207c0517b772e223bc3f647836198633a 100644 (file)
                };
 
                USBOTG0: usbotg@bff80000 {
-                       compatible = "amcc,usb-otg-405ex";
+                       compatible = "amcc,dwc-otg";
                        reg = <4 0xbff80000 0x10000>;
                        interrupt-parent = <&USBOTG0>;
                        interrupts = <0 1 2>;