ARM: mvebu: Correct unit address for linksys
authorPatrick Uiterwijk <patrick@puiterwijk.org>
Tue, 29 Mar 2016 16:57:40 +0000 (16:57 +0000)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 30 Mar 2016 09:58:48 +0000 (11:58 +0200)
The USB2 port for Armada 38x is defined to be at 58000, not at
50000.

Cc: <stable@vger.kernel.org>
Fixes: 2d0a7addbd10 ("ARM: Kirkwood: Add support for many Synology NAS devices")
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
Acked-by: Imre Kaloz <kaloz@openwrt.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/armada-385-linksys.dtsi

index 3710755c6d76b52fe339ea8f8f71d7dd8a1dc0ec..85d2c377c3322f6be3a612d85661534771896153 100644 (file)
                        };
 
                        /* USB part of the eSATA/USB 2.0 port */
-                       usb@50000 {
+                       usb@58000 {
                                status = "okay";
                        };
 
This page took 0.030926 seconds and 5 git commands to generate.