Signed-off-by: Tomi Valkeinen <tomi.valkeinen@xxxxxx> --- arch/arm/boot/dts/omap3-beagle.dts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts index f624dc8..84785e7 100644 --- a/arch/arm/boot/dts/omap3-beagle.dts +++ b/arch/arm/boot/dts/omap3-beagle.dts @@ -65,3 +65,23 @@ &mmc3 { status = "disabled"; }; + +&dpi { + vdds_dsi-supply = <&vpll2>; +}; + +/ { + tfp410: tfp410 { + compatible = "ti,tfp410"; + video-source = <&dpi>; + data-lines = <24>; + gpios = <&gpio5 10 0>; /* 170, power-down */ + i2c-bus = <&i2c3>; + }; + + dvi { + compatible = "ti,dvi_connector"; + + video-source = <&tfp410>; + }; +}; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html