linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mpa@pengutronix.de (Markus Pargmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 5/7] ARM: dts: imx27 phyCARD-S pinctrl
Date: Mon, 19 Aug 2013 16:07:12 +0200	[thread overview]
Message-ID: <1376921234-26682-6-git-send-email-mpa@pengutronix.de> (raw)
In-Reply-To: <1376921234-26682-1-git-send-email-mpa@pengutronix.de>

Enable pinctrl for phyCARD-S devices.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
---
 arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts | 10 ++++++++++
 arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts |  4 ++++
 2 files changed, 14 insertions(+)

diff --git a/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts b/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts
index 5a31c77..5709921 100644
--- a/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts
+++ b/arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts
@@ -54,6 +54,8 @@
 };
 
 &i2c1 {
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_i2c_1>;
 	status = "okay";
 
 	rtc at 51 {
@@ -69,6 +71,8 @@
 };
 
 &owire {
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_owire_1>;
 	status = "okay";
 };
 
@@ -79,15 +83,21 @@
 
 &uart1 {
 	fsl,uart-has-rtscts;
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_uart_1>;
 	status = "okay";
 };
 
 &uart2 {
 	fsl,uart-has-rtscts;
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_uart_2>;
 	status = "okay";
 };
 
 &uart3 {
 	fsl,uart-has-rtscts;
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_uart_3>;
 	status = "okay";
 };
diff --git a/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts b/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
index c8d57d1..3e87d28 100644
--- a/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
+++ b/arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts
@@ -30,10 +30,14 @@
 };
 
 &fec {
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_fec_1>;
 	status = "okay";
 };
 
 &i2c2 {
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_i2c_2>;
 	status = "okay";
 
 	at24 at 52 {
-- 
1.8.4.rc3

  parent reply	other threads:[~2013-08-19 14:07 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-19 14:07 [PATCH v2 0/7] ARM: imx27 pinctrl Markus Pargmann
2013-08-19 14:07 ` [PATCH v2 1/7] pinctrl: imx1 core driver Markus Pargmann
2013-08-20 12:56   ` Shawn Guo
2013-08-30 12:17     ` Markus Pargmann
2013-08-19 14:07 ` [PATCH v2 2/7] pinctrl: imx27: imx27 pincontrol driver Markus Pargmann
2013-08-19 14:45   ` Alexander Shiyan
2013-08-19 15:13     ` Markus Pargmann
2013-08-21  1:23   ` Shawn Guo
2013-08-31  6:49     ` Markus Pargmann
2013-08-19 14:07 ` [PATCH v2 3/7] ARM: dts: imx27 pin functions Markus Pargmann
2013-08-19 14:07 ` [PATCH v2 4/7] ARM: dts: imx27 pinctrl Markus Pargmann
2013-08-20  7:14   ` Sascha Hauer
2013-08-31  6:29     ` Markus Pargmann
2013-08-21  1:30   ` Shawn Guo
2013-08-31  6:31     ` Markus Pargmann
2013-08-19 14:07 ` Markus Pargmann [this message]
2013-08-19 14:07 ` [PATCH v2 6/7] ARM: dts: imx27 phycore pinctrl Markus Pargmann
2013-08-19 14:07 ` [PATCH v2 7/7] ARM: imx27: enable pinctrl Markus Pargmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1376921234-26682-6-git-send-email-mpa@pengutronix.de \
    --to=mpa@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).