On 11/16/2012 03:20 PM, Marc Dietrich wrote: > This adds host1x support which includes HDMI and LVDS support. > diff --git a/arch/arm/boot/dts/tegra20-paz00.dts b/arch/arm/boot/dts/tegra20-paz00.dts > + host1x { The position of this node in tegra20-paz00.dts doesn't match the order from tegra20.dtsi. > + dc@54200000 { > + rgb { > + status = "okay"; > + nvidia,ddc-i2c-bus = <&lvds_ddc>; > + }; > + }; > + > + hdmi { > + status = "okay"; > + vdd-supply = <&hdmi_vdd_reg>; > + pll-supply = <&hdmi_pll_reg>; > + nvidia,ddc-i2c-bus = <&hdmi_ddc>; > + nvidia,hpd-gpio = <&gpio 111 0>; /* PN7 */ > + }; I think we shouldn't enable HDMI on Paz00 yet; tegradrm has an issue where if two outputs are active, with different display timings (which is almost guaranteed), both outputs send the wrong signal timing. The easiest WAR for now is to only enable one output per board. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html