Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 199831c7 authored by Patrick Uiterwijk's avatar Patrick Uiterwijk Committed by Gregory CLEMENT
Browse files

ARM: mvebu: Correct unit address for linksys



The USB2 port for Armada 38x is defined to be at 58000, not at
50000.

Cc: <stable@vger.kernel.org>
Fixes: 2d0a7add ("ARM: Kirkwood: Add support for many Synology NAS devices")
Signed-off-by: default avatarPatrick Uiterwijk <patrick@puiterwijk.org>
Acked-by: default avatarImre Kaloz <kaloz@openwrt.org>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 77644ad8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@
			};

			/* USB part of the eSATA/USB 2.0 port */
			usb@50000 {
			usb@58000 {
				status = "okay";
			};