Commit 960b24cd authored by Patrick Uiterwijk's avatar Patrick Uiterwijk Committed by Kamal Mostafa

ARM: mvebu: Correct unit address for linksys

commit 199831c7 upstream.

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

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>
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
parent b6843434
......@@ -115,7 +115,7 @@ sata@a8000 {
};
/* USB part of the eSATA/USB 2.0 port */
usb@50000 {
usb@58000 {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment