devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: zynq: Remove bogus value from 'bias-disable' property
@ 2015-01-26 19:49 Soren Brinkmann
  2015-01-26 19:49 ` [PATCH 2/2] ARM: zynq: DT: Add pinctrl information to USB nodes Soren Brinkmann
       [not found] ` <1422301796-22888-1-git-send-email-soren.brinkmann-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Soren Brinkmann @ 2015-01-26 19:49 UTC (permalink / raw)
  To: Michal Simek
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Andreas Färber,
	Peter Crosthwaite, Linus Walleij, Soren Brinkmann

In one pinctrl node, a 'bias-disable' property is erroneously assigned a
value.

Fixes: ARM: zynq: DT: Add pinctrl information
Signed-off-by: Soren Brinkmann <soren.brinkmann-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
---
Feel free to squash this into the mentioned patch. I don't see it in any
stable branch yet.

	Sören
---
 arch/arm/boot/dts/zynq-zc702.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/zynq-zc702.dts b/arch/arm/boot/dts/zynq-zc702.dts
index 365bdd407eb4..4f8835be4874 100644
--- a/arch/arm/boot/dts/zynq-zc702.dts
+++ b/arch/arm/boot/dts/zynq-zc702.dts
@@ -309,7 +309,7 @@
 
 		conf-tx {
 			pins = "MIO48";
-			bias-disable = <0>;
+			bias-disable;
 		};
 	};
 };
-- 
2.2.2.1.g63c5777

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-01-29 14:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-26 19:49 [PATCH 1/2] ARM: zynq: Remove bogus value from 'bias-disable' property Soren Brinkmann
2015-01-26 19:49 ` [PATCH 2/2] ARM: zynq: DT: Add pinctrl information to USB nodes Soren Brinkmann
     [not found] ` <1422301796-22888-1-git-send-email-soren.brinkmann-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
2015-01-27  0:38   ` [PATCH 1/2] ARM: zynq: Remove bogus value from 'bias-disable' property Andreas Färber
2015-01-28 14:21     ` Michal Simek
2015-01-28 15:41       ` Sören Brinkmann
     [not found]       ` <20150128154139.GK13057@xsjandreislx>
2015-01-29 14:35         ` Michal Simek

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