All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM:tegra20-colibri-512.dts: Change tristate status for i2c pinmux
@ 2013-06-20 21:08 ` Anna-Maria Gleixner
  0 siblings, 0 replies; 6+ messages in thread
From: Anna-Maria Gleixner @ 2013-06-20 21:08 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA
  Cc: Joseph Lo, Stephen Warren, linux-kernel-u79uwXL29TY76Z2rM5mHXA

The nvidia,tristate entry for the pinmux of i2c1 an i2c3 was set to
tristate. This results in non working i2c, because the i2c pins are
not actively driven. Set the entries to "driven".

Signed-off-by: Anna-Maria Gleixner <anna-maria-WyZXDcvM26CzQB+pC5nmwQ@public.gmane.org>

diff --git a/arch/arm/boot/dts/tegra20-colibri-512.dtsi b/arch/arm/boot/dts/tegra20-colibri-512.dtsi
index 4441620..ad699bb 100644
--- a/arch/arm/boot/dts/tegra20-colibri-512.dtsi
+++ b/arch/arm/boot/dts/tegra20-colibri-512.dtsi
@@ -86,13 +86,13 @@
  				nvidia,pins = "rm";
  				nvidia,function = "i2c1";
  				nvidia,pull = <0>;
-				nvidia,tristate = <1>;
+				nvidia,tristate = <0>;
  			};
  			i2c3 {
  				nvidia,pins = "dtf";
  				nvidia,function = "i2c3";
  				nvidia,pull = <0>;
-				nvidia,tristate = <1>;
+				nvidia,tristate = <0>;
  			};
  			i2cddc {
  				nvidia,pins = "ddc";

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

end of thread, other threads:[~2013-06-21 17:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-20 21:08 [PATCH] ARM:tegra20-colibri-512.dts: Change tristate status for i2c pinmux Anna-Maria Gleixner
2013-06-20 21:08 ` Anna-Maria Gleixner
2013-06-21 16:24 ` Stephen Warren
2013-06-21 16:24   ` Stephen Warren
     [not found]   ` <51C47E41.6050609-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-06-21 17:05     ` Lucas Stach
2013-06-21 17:05       ` Lucas Stach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.