CC: mvebu: linksys: fix usb2 port address
authorRalph Sennhauser <ralph.sennhauser@gmail.com>
Tue, 17 Jan 2017 13:43:54 +0000 (14:43 +0100)
committerRalph Sennhauser <ralph.sennhauser@gmail.com>
Tue, 17 Jan 2017 13:43:54 +0000 (14:43 +0100)
A copy paste error that got fixed in Linux 4.6 and backported to stable
kernels. As armada-385-linksys.dtsi wasn't upstreamed yet for 3.18 fix
the local copy to enable the usb2 portion of the combo port for
armada-385 based Linksys devices.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys.dtsi

index c6caa86..9696342 100644 (file)
                        };
 
                        /* USB part of the eSATA/USB 2.0 port */
-                       usb@50000 {
+                       usb@58000 {
                                status = "okay";
                        };