devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Markus Pargmann <mpa@pengutronix.de>
To: Shawn Guo <shawn.guo@linaro.org>
Cc: devicetree@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>,
	Rob Herring <rob.herring@calxeda.com>,
	Markus Pargmann <mpa@pengutronix.de>,
	Sascha Hauer <kernel@pengutronix.de>,
	Grant Likely <grant.likely@linaro.org>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 6/7] ARM: dts: imx27 phycore pinctrl
Date: Sun,  1 Sep 2013 09:28:07 +0200	[thread overview]
Message-ID: <1378020488-21129-7-git-send-email-mpa@pengutronix.de> (raw)
In-Reply-To: <1378020488-21129-1-git-send-email-mpa@pengutronix.de>

Enable pinctrl for phycore devices.

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

diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts b/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
index 0fc6551..9bedd2f 100644
--- a/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
+++ b/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts
@@ -33,6 +33,8 @@
 
 &uart2 {
 	fsl,uart-has-rtscts;
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_uart2_1 &pinctrl_uart2_rtscts_1>;
 	status = "okay";
 };
 
diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-som.dts b/arch/arm/boot/dts/imx27-phytec-phycore-som.dts
index aa70ad7..23a9c24 100644
--- a/arch/arm/boot/dts/imx27-phytec-phycore-som.dts
+++ b/arch/arm/boot/dts/imx27-phytec-phycore-som.dts
@@ -120,11 +120,15 @@
 
 &fec {
 	phy-reset-gpios = <&gpio3 30 0>;
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_fec1_1>;
 	status = "okay";
 };
 
 &i2c2 {
 	clock-frequency = <400000>;
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_i2c2_1>;
 	status = "okay";
 
 	at24@52 {
@@ -151,6 +155,8 @@
 };
 
 &uart1 {
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_uart1_1 &pinctrl_uart1_rtscts_1>;
 	status = "okay";
 };
 
-- 
1.8.4.rc3

  parent reply	other threads:[~2013-09-01  7:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-01  7:28 [PATCH v3 0/7] ARM: imx27 pinctrl Markus Pargmann
2013-09-01  7:28 ` [PATCH v3 1/7] pinctrl: imx1 core driver Markus Pargmann
     [not found]   ` <1378020488-21129-2-git-send-email-mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2013-09-23  8:21     ` Linus Walleij
2013-09-01  7:28 ` [PATCH v3 2/7] pinctrl: imx27: imx27 pincontrol driver Markus Pargmann
2013-09-01  7:28 ` [PATCH v3 3/7] ARM: dts: imx27 pin functions Markus Pargmann
2013-09-01  7:28 ` [PATCH v3 4/7] ARM: dts: imx27 pinctrl Markus Pargmann
2013-09-01  7:28 ` [PATCH v3 5/7] ARM: dts: imx27 phyCARD-S pinctrl Markus Pargmann
2013-09-01  7:28 ` Markus Pargmann [this message]
2013-09-01  7:28 ` [PATCH v3 7/7] ARM: imx27: enable pinctrl Markus Pargmann
2013-09-02  9:25 ` [PATCH v3 0/7] ARM: imx27 pinctrl Sascha Hauer
2013-09-02 15:07 ` Shawn Guo
2013-09-02 15:12 ` Shawn Guo

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=1378020488-21129-7-git-send-email-mpa@pengutronix.de \
    --to=mpa@pengutronix.de \
    --cc=devicetree@vger.kernel.org \
    --cc=grant.likely@linaro.org \
    --cc=kernel@pengutronix.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=rob.herring@calxeda.com \
    --cc=shawn.guo@linaro.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).