Enable video capture via the on-board TVP5147 decoder hooked up to ch0
one of the VPIF capture input.

Signed-off-by: Kevin Hilman <khil...@baylibre.com>
---
 arch/arm/boot/dts/da850-lcdk.dts | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts
index 7b8ab21fed6c..ef3c2aa1b619 100644
--- a/arch/arm/boot/dts/da850-lcdk.dts
+++ b/arch/arm/boot/dts/da850-lcdk.dts
@@ -138,6 +138,24 @@
                reg = <0x18>;
                status = "okay";
        };
+
+       tvp5147@5d {
+               compatible = "ti,tvp5147";
+               reg = <0x5d>;
+               status = "okay";
+
+               port {
+                       composite: endpoint {
+                               hsync-active = <1>;
+                               vsync-active = <1>;
+                               pclk-sample = <0>;
+
+                               /* VPIF channel 0 (lower 8-bits) */
+                               remote-endpoint = <&vpif_ch0>;
+                               bus-width = <8>;
+                       };
+               };              
+       };
 };
 
 &mcasp0 {
@@ -219,3 +237,15 @@
                };
        };
 };
+
+&vpif {
+       status = "okay";
+};
+
+&vpif_capture {
+       status = "okay";
+};
+
+&vpif_ch0 {
+       remote-endpoint = <&composite>;
+};
-- 
2.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-media" 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