[ 3.8.y.z extended stable ] Patch "ARM: at91/dt: fix macb pinctrl_macb_rmii_mii_alt definition" has been added to staging queue
Kamal Mostafa
kamal at canonical.com
Thu May 30 20:34:54 UTC 2013
This is a note to let you know that I have just added a patch titled
ARM: at91/dt: fix macb pinctrl_macb_rmii_mii_alt definition
to the linux-3.8.y-queue branch of the 3.8.y.z extended stable tree
which can be found at:
http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.8.y-queue
This patch is scheduled to be released in version 3.8.13.2.
If you, or anyone else, feels it should not be added to this tree, please
reply to this email.
For more information about the 3.8.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
Thanks.
-Kamal
------
>From 3367bb136782a41e4751a89e0d1f7ad07df25f65 Mon Sep 17 00:00:00 2001
From: Boris BREZILLON <b.brezillon at overkiz.com>
Date: Thu, 23 May 2013 18:01:21 +0200
Subject: ARM: at91/dt: fix macb pinctrl_macb_rmii_mii_alt definition
commit f6d35d67d0a5c159f767a20f4fcc1d295a7314b1 upstream.
The PA24 pin is wrongly assigned to peripheral B.
In the current config there is 2 ETX3 pins (PA11 and PA24) and
no ETXER pin (PA22).
Signed-off-by: Boris BREZILLON <b.brezillon at overkiz.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre at atmel.com>
Signed-off-by: Kamal Mostafa <kamal at canonical.com>
---
arch/arm/boot/dts/at91sam9260.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/at91sam9260.dtsi b/arch/arm/boot/dts/at91sam9260.dtsi
index 02b70a4..755a61e 100644
--- a/arch/arm/boot/dts/at91sam9260.dtsi
+++ b/arch/arm/boot/dts/at91sam9260.dtsi
@@ -264,7 +264,7 @@
atmel,pins =
<0 10 0x2 0x0 /* PA10 periph B */
0 11 0x2 0x0 /* PA11 periph B */
- 0 24 0x2 0x0 /* PA24 periph B */
+ 0 22 0x2 0x0 /* PA22 periph B */
0 25 0x2 0x0 /* PA25 periph B */
0 26 0x2 0x0 /* PA26 periph B */
0 27 0x2 0x0 /* PA27 periph B */
--
1.8.1.2
More information about the kernel-team
mailing list