mirror of https://lore.kernel.org/lkml/
 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
  2013-06-21 16:24 ` Stephen Warren
  0 siblings, 1 reply; 3+ messages in thread
From: Anna-Maria Gleixner @ 2013-06-20 21:08 UTC (permalink / raw)
  To: linux-tegra; +Cc: Joseph Lo, Stephen Warren, linux-kernel

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@glx-um.de>

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	[flat|nested] 3+ messages in thread

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

Thread overview: 3+ 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-21 16:24 ` Stephen Warren
2013-06-21 17:05   ` Lucas Stach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®