* [PATCH] ARM: at91/dt: fix macb pinctrl_macb_rmii_mii_alt definition
@ 2013-05-23 16:01 Boris BREZILLON
2013-05-24 8:52 ` Nicolas Ferre
0 siblings, 1 reply; 2+ messages in thread
From: Boris BREZILLON @ 2013-05-23 16:01 UTC (permalink / raw)
To: Nicolas Ferre, Jean-Christophe Plagniol-Villard
Cc: linux-arm-kernel, linux-kernel, Russell King
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@overkiz.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 70b5ccb..84c4bef 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.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: at91/dt: fix macb pinctrl_macb_rmii_mii_alt definition
2013-05-23 16:01 [PATCH] ARM: at91/dt: fix macb pinctrl_macb_rmii_mii_alt definition Boris BREZILLON
@ 2013-05-24 8:52 ` Nicolas Ferre
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Ferre @ 2013-05-24 8:52 UTC (permalink / raw)
To: Boris BREZILLON
Cc: Jean-Christophe Plagniol-Villard, linux-arm-kernel, linux-kernel,
Russell King
On 23/05/2013 18:01, Boris BREZILLON :
> 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@overkiz.com>
Nice catch!
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
and stacked on at91-3.10-fixes and add the stable tag #3.8+
Thanks, bye.
> ---
> 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 70b5ccb..84c4bef 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 */
>
--
Nicolas Ferre
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-24 8:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23 16:01 [PATCH] ARM: at91/dt: fix macb pinctrl_macb_rmii_mii_alt definition Boris BREZILLON
2013-05-24 8:52 ` Nicolas Ferre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox