public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 1/2] ARM: tegra: paz00: Add host1x support
@ 2012-11-16 23:20 Marc Dietrich
       [not found] ` <138e6f406aef20f6257a8f90af45865bd9c88092.1353107865.git.marvin24-Mmb7MZpHnFY@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Marc Dietrich @ 2012-11-16 23:20 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA; +Cc: Stephen Warren

This adds host1x support which includes LVDS support. HDMI is disabled
for now as the tegra drm cannot handle two different display timings
at the same time.

Signed-off-by: Marc Dietrich <marvin24-Mmb7MZpHnFY@public.gmane.org>
---
V4: rebase against for-3.8/DT
V3: move host1x up, revert hdmi ddc clock change

 arch/arm/boot/dts/tegra20-paz00.dts |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/tegra20-paz00.dts b/arch/arm/boot/dts/tegra20-paz00.dts
index 6a93d14..8a14e1d 100644
--- a/arch/arm/boot/dts/tegra20-paz00.dts
+++ b/arch/arm/boot/dts/tegra20-paz00.dts
@@ -10,6 +10,15 @@
 		reg = <0x00000000 0x20000000>;
 	};
 
+	host1x {
+		dc@54200000 {
+			rgb {
+				status = "okay";
+				nvidia,ddc-i2c-bus = <&lvds_ddc>;
+			};
+		};
+	};
+
 	pinmux {
 		pinctrl-names = "default";
 		pinctrl-0 = <&state_default>;
@@ -240,7 +249,7 @@
 		clock-frequency = <216000000>;
 	};
 
-	i2c@7000c000 {
+	lvds_ddc: i2c@7000c000 {
 		status = "okay";
 		clock-frequency = <400000>;
 
-- 
1.7.9.5

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

end of thread, other threads:[~2012-11-17 15:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-16 23:20 [PATCH v4 1/2] ARM: tegra: paz00: Add host1x support Marc Dietrich
     [not found] ` <138e6f406aef20f6257a8f90af45865bd9c88092.1353107865.git.marvin24-Mmb7MZpHnFY@public.gmane.org>
2012-11-16 23:20   ` [PATCH v4 2/2] ARM: tegra: paz00: enable backlight Marc Dietrich
     [not found]     ` <4de446eaf895ffa01d397cf70cec02620e16f690.1353107865.git.marvin24-Mmb7MZpHnFY@public.gmane.org>
2012-11-17  7:35       ` Thierry Reding
     [not found]         ` <20121117073534.GD26391-RM9K5IK7kjIQXX3q8xo1gnVAuStQJXxyR5q1nwbD4aMs9pC9oP6+/A@public.gmane.org>
2012-11-17 14:23           ` Marc Dietrich
2012-11-17 15:04       ` Marc Dietrich

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