devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: at91: dt: evk-pro3: enable uart0 and uart2
@ 2012-10-23 10:00 Fabio Porcedda
       [not found] ` <1350986416-16246-1-git-send-email-fabio.porcedda-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Porcedda @ 2012-10-23 10:00 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Nicolas Ferre,
	Jean-Christophe PLAGNIOL-VILLARD, Andrew Victor
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ

Signed-off-by: Fabio Porcedda <fabio.porcedda-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 arch/arm/boot/dts/evk-pro3.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/evk-pro3.dts b/arch/arm/boot/dts/evk-pro3.dts
index ce959ee..96e50f5 100644
--- a/arch/arm/boot/dts/evk-pro3.dts
+++ b/arch/arm/boot/dts/evk-pro3.dts
@@ -22,6 +22,14 @@
 				status = "okay";
 			};
 
+			usart0: serial@fffb0000 {
+				status = "okay";
+			};
+
+			usart2: serial@fffb8000 {
+				status = "okay";
+			};
+
 			usb1: gadget@fffa4000 {
 				atmel,vbus-gpio = <&pioC 5 0>;
 				status = "okay";
-- 
1.7.11.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: at91: dt: evk-pro3: enable uart0 and uart2
       [not found] ` <1350986416-16246-1-git-send-email-fabio.porcedda-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2012-10-23 10:42   ` Jean-Christophe PLAGNIOL-VILLARD
       [not found]     ` <20121023104212.GD18964-RQcB7r2h9QmfDR2tN2SG5Ni2O/JbrIOy@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-10-23 10:42 UTC (permalink / raw)
  To: Fabio Porcedda
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ, Andrew Victor,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi,

	You will have to wait a few I prepare a patch series for pinctrl

	so most of the current drivers will support pinctrl and requere it

	this will availabe rc3 or rc4 max

	then I will merge more update and boards

Best Regards,
J.
On 12:00 Tue 23 Oct     , Fabio Porcedda wrote:
> Signed-off-by: Fabio Porcedda <fabio.porcedda-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
>  arch/arm/boot/dts/evk-pro3.dts | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/evk-pro3.dts b/arch/arm/boot/dts/evk-pro3.dts
> index ce959ee..96e50f5 100644
> --- a/arch/arm/boot/dts/evk-pro3.dts
> +++ b/arch/arm/boot/dts/evk-pro3.dts
> @@ -22,6 +22,14 @@
>  				status = "okay";
>  			};
>  
> +			usart0: serial@fffb0000 {
> +				status = "okay";
> +			};
> +
> +			usart2: serial@fffb8000 {
> +				status = "okay";
> +			};
> +
>  			usb1: gadget@fffa4000 {
>  				atmel,vbus-gpio = <&pioC 5 0>;
>  				status = "okay";
> -- 
> 1.7.11.3
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: at91: dt: evk-pro3: enable uart0 and uart2
       [not found]     ` <20121023104212.GD18964-RQcB7r2h9QmfDR2tN2SG5Ni2O/JbrIOy@public.gmane.org>
@ 2012-10-24 10:19       ` Fabio Porcedda
  0 siblings, 0 replies; 3+ messages in thread
From: Fabio Porcedda @ 2012-10-24 10:19 UTC (permalink / raw)
  To: Jean-Christophe PLAGNIOL-VILLARD
  Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ, Andrew Victor,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Tue, Oct 23, 2012 at 12:42 PM, Jean-Christophe PLAGNIOL-VILLARD
<plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org> wrote:
> Hi,
>
>         You will have to wait a few I prepare a patch series for pinctrl
>
>         so most of the current drivers will support pinctrl and requere it
>
>         this will availabe rc3 or rc4 max
>
>         then I will merge more update and boards

Ok, i will wait.

Best regards
-- 
Fabio Porcedda

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-24 10:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-23 10:00 [PATCH] ARM: at91: dt: evk-pro3: enable uart0 and uart2 Fabio Porcedda
     [not found] ` <1350986416-16246-1-git-send-email-fabio.porcedda-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-10-23 10:42   ` Jean-Christophe PLAGNIOL-VILLARD
     [not found]     ` <20121023104212.GD18964-RQcB7r2h9QmfDR2tN2SG5Ni2O/JbrIOy@public.gmane.org>
2012-10-24 10:19       ` Fabio Porcedda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).