Signed-off-by: Tomi Valkeinen <[email protected]>
---
 arch/arm/boot/dts/omap4-panda.dts |   44 +++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/arch/arm/boot/dts/omap4-panda.dts 
b/arch/arm/boot/dts/omap4-panda.dts
index 4122efe..45dd40a 100644
--- a/arch/arm/boot/dts/omap4-panda.dts
+++ b/arch/arm/boot/dts/omap4-panda.dts
@@ -206,3 +206,47 @@
 &twl_usb_comparator {
        usb-supply = <&vusb>;
 };
+
+&dsi1 {
+       vdds_dsi-supply = <&vcxio>;
+};
+
+&dsi2 {
+       vdds_dsi-supply = <&vcxio>;
+};
+
+&hdmi {
+       vdda_hdmi_dac-supply = <&vdac>;
+};
+
+/ {
+       tfp410: tfp410 {
+               compatible = "ti,tfp410";
+               video-source = <&dpi>;
+               data-lines = <24>;
+               gpios = <&gpio1 0 0>;   /* 0, power-down */
+               i2c-bus = <&i2c3>;
+       };
+
+       dvi {
+               compatible = "ti,dvi_connector";
+
+               video-source = <&tfp410>;
+       };
+
+       tpd12s015: tpd12s015 {
+               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 */
+       };
+
+       hdmi {
+               compatible = "ti,hdmi_connector";
+
+               video-source = <&tpd12s015>;
+       };
+};
-- 
1.7.10.4

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

Reply via email to