devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Juergen Borleis <jbe@pengutronix.de>
To: devicetree@vger.kernel.org
Cc: robh+dt@kernel.org, mark.rutland@arm.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux@armlinux.org.uk
Subject: [PATCH 8/9] ARM: dts: TQma53: move network phy reset GPIO where it belongs to
Date: Thu,  7 Sep 2017 11:05:29 +0200	[thread overview]
Message-ID: <20170907090530.1241-9-jbe@pengutronix.de> (raw)
In-Reply-To: <20170907090530.1241-1-jbe@pengutronix.de>

Signal has an external pullup and works with weakest settings (driver
strength and speed).

Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
---
 arch/arm/boot/dts/imx53-mba53.dts   | 7 +++++++
 arch/arm/boot/dts/imx53-tqma53.dtsi | 1 -
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx53-mba53.dts b/arch/arm/boot/dts/imx53-mba53.dts
index 5b9e9af14aa6c..fb50ed8cc8f47 100644
--- a/arch/arm/boot/dts/imx53-mba53.dts
+++ b/arch/arm/boot/dts/imx53-mba53.dts
@@ -139,6 +139,12 @@
 				MX53_PAD_EIM_DA15__IPU_DI1_PIN4	   0xe6
 			>;
 		};
+
+		pinctrl_fec_reset: fecreset-grp {
+			fsl,pins = <
+				MX53_PAD_PATA_DA_0__GPIO7_6	0x00000000
+			>;
+		};
 	};
 };
 
@@ -180,6 +186,7 @@
 };
 
 &fec {
+	pinctrl-0 = <&pinctrl_fec>, <&pinctrl_fec_reset>;
 	phy-reset-gpios = <&gpio7 6 GPIO_ACTIVE_LOW>;
 	status = "okay";
 };
diff --git a/arch/arm/boot/dts/imx53-tqma53.dtsi b/arch/arm/boot/dts/imx53-tqma53.dtsi
index 1c5cd103ed841..1ab5fbab1d728 100644
--- a/arch/arm/boot/dts/imx53-tqma53.dtsi
+++ b/arch/arm/boot/dts/imx53-tqma53.dtsi
@@ -78,7 +78,6 @@
 				 MX53_PAD_PATA_DATA15__GPIO2_15  0x80000000 /* CSI_PWDN */
 				 MX53_PAD_GPIO_19__GPIO4_5 	 0x80000000 /* #SYSTEM_DOWN */
 				 MX53_PAD_GPIO_3__GPIO1_3        0x80000000
-				 MX53_PAD_PATA_DA_0__GPIO7_6	 0x80000000 /* #PHY_RESET */
 				 MX53_PAD_GPIO_1__PWM2_PWMO	 0x80000000 /* LCD_CONTRAST */
 			>;
 		};
-- 
2.11.0

  parent reply	other threads:[~2017-09-07  9:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-07  9:05 Cleanup devicetree for the i.MX53 based TQma53 + mba53 development kit Juergen Borleis
     [not found] ` <20170907090530.1241-1-jbe-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2017-09-07  9:05   ` [PATCH 1/9] ARM: dts: TQma53: regulators are no bus Juergen Borleis
2017-09-07  9:05   ` [PATCH 3/9] ARM: dts: TQma53: define IRQ's active level by macro instead of anonymous number Juergen Borleis
2017-09-07  9:05   ` [PATCH 6/9] ARM: dts: TQma53: fix and move regulator to its correct location Juergen Borleis
2017-09-07  9:05 ` [PATCH 2/9] ARM: dts: TQma53: define GPIO's active level by macro instead of anonymous number Juergen Borleis
2017-09-07  9:05 ` [PATCH 4/9] ARM: dts: TQma53: ESDHC2: use correct IO lines power supply Juergen Borleis
2017-09-07  9:05 ` [PATCH 5/9] ARM: dts: TQma53: define eMMC's " Juergen Borleis
2017-09-07  9:05 ` [PATCH 7/9] ARM: dts: TQma53: move PMIC's IRQ pin control where it belongs to Juergen Borleis
2017-09-07  9:05 ` Juergen Borleis [this message]
2017-09-07  9:05 ` [PATCH 9/9] ARM: dts: TQma53: describe the full power supply tree Juergen Borleis

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=20170907090530.1241-9-jbe@pengutronix.de \
    --to=jbe@pengutronix.de \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.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).