linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: mxs: Add default AUART2 pinmux
@ 2013-05-10 12:26 Marek Vasut
  2013-05-10 12:26 ` [PATCH 2/2] ARM: mxs: Fix UARTs on M28EVK Marek Vasut
  2013-05-13  2:29 ` [PATCH 1/2] ARM: mxs: Add default AUART2 pinmux Shawn Guo
  0 siblings, 2 replies; 5+ messages in thread
From: Marek Vasut @ 2013-05-10 12:26 UTC (permalink / raw)
  To: linux-arm-kernel

Add pinmux for AUART2 pins where they are in mux0.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/boot/dts/imx28.dtsi |   11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index 7ba4966..13799cf 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -308,6 +308,17 @@
 					fsl,pull-up = <0>;
 				};
 
+				auart2_2pins_b: auart2-2pins at 1 {
+					reg = <1>;
+					fsl,pinmux-ids = <
+						0x3080 /* MX28_PAD_AUART2_RX__AUART2_RX */
+						0x3090 /* MX28_PAD_AUART2_TX__AUART2_TX */
+					>;
+					fsl,drive-strength = <0>;
+					fsl,voltage = <1>;
+					fsl,pull-up = <0>;
+				};
+
 				auart3_pins_a: auart3 at 0 {
 					reg = <0>;
 					fsl,pinmux-ids = <
-- 
1.7.10.4

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

end of thread, other threads:[~2013-05-13  3:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-10 12:26 [PATCH 1/2] ARM: mxs: Add default AUART2 pinmux Marek Vasut
2013-05-10 12:26 ` [PATCH 2/2] ARM: mxs: Fix UARTs on M28EVK Marek Vasut
2013-05-13  2:30   ` Shawn Guo
2013-05-13  2:29 ` [PATCH 1/2] ARM: mxs: Add default AUART2 pinmux Shawn Guo
2013-05-13  3:34   ` Marek Vasut

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).