Signed-off-by: Tomi Valkeinen <tomi.valkei...@ti.com>
---
 arch/arm/boot/dts/omap4-panda-common.dtsi | 48 +++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi 
b/arch/arm/boot/dts/omap4-panda-common.dtsi
index faa95b5..fa65b19 100644
--- a/arch/arm/boot/dts/omap4-panda-common.dtsi
+++ b/arch/arm/boot/dts/omap4-panda-common.dtsi
@@ -357,3 +357,51 @@
 &usbhsehci {
        phys = <&hsusb1_phy>;
 };
+
+&dsi1 {
+       vdds_dsi-supply = <&vcxio>;
+};
+
+&dsi2 {
+       vdds_dsi-supply = <&vcxio>;
+};
+
+&hdmi {
+       vdda_hdmi_dac-supply = <&vdac>;
+};
+
+/ {
+       aliases {
+               display0 = &dvi0;
+               display1 = &hdmi0;
+       };
+
+       tfp410: encoder@0 {
+               compatible = "ti,tfp410";
+               video-source = <&dpi>;
+               data-lines = <24>;
+               gpios = <&gpio1 0 0>;   /* 0, power-down */
+       };
+
+       dvi0: connector@0 {
+               compatible = "ti,dvi_connector";
+               video-source = <&tfp410>;
+               i2c-bus = <&i2c3>;
+       };
+
+       tpd12s015: encoder@1 {
+               compatible = "ti,tpd12s015";
+
+               video-source = <&hdmi>;
+
+               gpios = <&gpio2 28 0>,  /* 60, CT CP HPD */
+                       <&gpio2 9 0>,   /* 41, LS OE */
+                       <&gpio2 31 0>;  /* 63, HPD */
+       };
+
+       hdmi0: connector@1 {
+               compatible = "ti,hdmi_connector";
+
+               video-source = <&tpd12s015>;
+       };
+};
-- 
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to