All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: imx28.dtsi: Add pinmux for additional AUART ports
@ 2012-06-18 21:28 Fabio Estevam
  2012-06-19  1:42 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2012-06-18 21:28 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fabio Estevam <fabio.estevam@freescale.com>

Add pinmux for additional AUART ports.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/boot/dts/imx28.dtsi |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index ee3778a..c98d17a 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -197,6 +197,21 @@
 					fsl,pull-up = <0>;
 				};
 
+				auart1_pins_a: auart1 at 0 {
+					reg = <0>;
+					fsl,pinmux-ids = <0x3040 0x3050 0x3060 0x3070>;
+					fsl,drive-strength = <0>;
+					fsl,voltage = <1>;
+					fsl,pull-up = <0>;
+				};
+
+				auart2_pins_a: auart2 at 0 {
+					reg = <0>;
+					fsl,pinmux-ids = <0x3080 0x3090 0x30a0 0x30b0>;
+					fsl,drive-strength = <0>;
+					fsl,voltage = <1>;
+					fsl,pull-up = <0>;
+				};
 				auart3_pins_a: auart3 at 0 {
 					reg = <0>;
 					fsl,pinmux-ids = <0x30c0 0x30d0 0x30e0 0x30f0>;
-- 
1.7.1

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

* [PATCH] ARM: imx28.dtsi: Add pinmux for additional AUART ports
  2012-06-18 21:28 [PATCH] ARM: imx28.dtsi: Add pinmux for additional AUART ports Fabio Estevam
@ 2012-06-19  1:42 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2012-06-19  1:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jun 18, 2012 at 06:28:42PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> Add pinmux for additional AUART ports.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  arch/arm/boot/dts/imx28.dtsi |   15 +++++++++++++++
>  1 files changed, 15 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
> index ee3778a..c98d17a 100644
> --- a/arch/arm/boot/dts/imx28.dtsi
> +++ b/arch/arm/boot/dts/imx28.dtsi
> @@ -197,6 +197,21 @@
>  					fsl,pull-up = <0>;
>  				};
>  
> +				auart1_pins_a: auart1 at 0 {
> +					reg = <0>;
> +					fsl,pinmux-ids = <0x3040 0x3050 0x3060 0x3070>;
> +					fsl,drive-strength = <0>;
> +					fsl,voltage = <1>;
> +					fsl,pull-up = <0>;
> +				};
> +
> +				auart2_pins_a: auart2 at 0 {
> +					reg = <0>;
> +					fsl,pinmux-ids = <0x3080 0x3090 0x30a0 0x30b0>;
> +					fsl,drive-strength = <0>;
> +					fsl,voltage = <1>;
> +					fsl,pull-up = <0>;
> +				};

I would rather have these pin settings added along with the users to
ensure the pad configuration works for the boards or proper pad fix-up
for the boards are added together.

>  				auart3_pins_a: auart3 at 0 {
>  					reg = <0>;
>  					fsl,pinmux-ids = <0x30c0 0x30d0 0x30e0 0x30f0>;
> -- 
> 1.7.1
> 

-- 
Regards,
Shawn

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

end of thread, other threads:[~2012-06-19  1:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-18 21:28 [PATCH] ARM: imx28.dtsi: Add pinmux for additional AUART ports Fabio Estevam
2012-06-19  1:42 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.