[4.2.y-ckt stable] Patch "ARM: mvebu: Correct unit address for linksys" has been added to the 4.2.y-ckt tree
Kamal Mostafa
kamal at canonical.com
Mon Apr 25 19:43:47 UTC 2016
This is a note to let you know that I have just added a patch titled
ARM: mvebu: Correct unit address for linksys
to the linux-4.2.y-queue branch of the 4.2.y-ckt extended stable tree
which can be found at:
http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-4.2.y-queue
This patch is scheduled to be released in version 4.2.8-ckt9.
If you, or anyone else, feels it should not be added to this tree, please
reply to this email.
For more information about the 4.2.y-ckt tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
Thanks.
-Kamal
---8<------------------------------------------------------------
>From 960b24cd16ed0a82d482fd3da8d4ccfe35d27692 Mon Sep 17 00:00:00 2001
From: Patrick Uiterwijk <patrick at puiterwijk.org>
Date: Tue, 29 Mar 2016 16:57:40 +0000
Subject: ARM: mvebu: Correct unit address for linksys
commit 199831c77c50e6913e893b6bc268ba9f4a9a2bf8 upstream.
The USB2 port for Armada 38x is defined to be at 58000, not at
50000.
Fixes: 2d0a7addbd10 ("ARM: Kirkwood: Add support for many Synology NAS devices")
Signed-off-by: Patrick Uiterwijk <patrick at puiterwijk.org>
Acked-by: Imre Kaloz <kaloz at openwrt.org>
Signed-off-by: Gregory CLEMENT <gregory.clement at free-electrons.com>
Signed-off-by: Kamal Mostafa <kamal at canonical.com>
---
arch/arm/boot/dts/armada-385-linksys.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/armada-385-linksys.dtsi b/arch/arm/boot/dts/armada-385-linksys.dtsi
index 74a9c6b..1ce7a1e 100644
--- a/arch/arm/boot/dts/armada-385-linksys.dtsi
+++ b/arch/arm/boot/dts/armada-385-linksys.dtsi
@@ -115,7 +115,7 @@
};
/* USB part of the eSATA/USB 2.0 port */
- usb at 50000 {
+ usb at 58000 {
status = "okay";
};
--
2.7.4
More information about the kernel-team
mailing list