devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: at91/dt: pullup dbgu rx instead of tx
@ 2015-09-24 14:44 Peter Rosin
  2015-09-24 14:47 ` Alexandre Belloni
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Rosin @ 2015-09-24 14:44 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Peter Rosin, Nicolas Ferre, Alexandre Belloni,
	Jean-Christophe Plagniol-Villard, Rob Herring, Pawel Moll,
	Mark Rutland, Ian Campbell, Kumar Gala, Russell King, devicetree,
	linux-kernel, peda, stable

From: Peter Rosin <peda@axentia.se>

It seems pointless to pullup the tx line, but there is value in pulling
up the rx line.

Cc: stable@vger.kernel.org
Signed-off-by: Peter Rosin <peda@axentia.se>
---
 arch/arm/boot/dts/sama5d3.dtsi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi
index 9e2444b07bce..304a40c5552a 100644
--- a/arch/arm/boot/dts/sama5d3.dtsi
+++ b/arch/arm/boot/dts/sama5d3.dtsi
@@ -545,8 +545,8 @@
 				dbgu {
 					pinctrl_dbgu: dbgu-0 {
 						atmel,pins =
-							<AT91_PIOB 30 AT91_PERIPH_A AT91_PINCTRL_NONE	/* PB30 periph A */
-							 AT91_PIOB 31 AT91_PERIPH_A AT91_PINCTRL_PULL_UP>;	/* PB31 periph A with pullup */
+							<AT91_PIOB 30 AT91_PERIPH_A AT91_PINCTRL_PULL_UP	/* PB30 periph A with pullup */
+							 AT91_PIOB 31 AT91_PERIPH_A AT91_PINCTRL_NONE>;	/* PB31 periph A */
 					};
 				};
 
-- 
1.7.10.4

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

end of thread, other threads:[~2016-10-16 16:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24 14:44 [PATCH] ARM: at91/dt: pullup dbgu rx instead of tx Peter Rosin
2015-09-24 14:47 ` Alexandre Belloni
     [not found]   ` <20150924144753.GY4287-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org>
2015-09-24 15:22     ` Peter Rosin
2015-09-24 16:27       ` Alexandre Belloni
2016-10-16 10:57   ` Peter Rosin
2016-10-16 16:43     ` Sylvain Rochet

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