OSDN Git Service

ARM: dts: davinci: da850-lcdk: enable VPIF
authorKevin Hilman <khilman@baylibre.com>
Mon, 9 Jan 2017 20:55:28 +0000 (12:55 -0800)
committerSekhar Nori <nsekhar@ti.com>
Tue, 10 Jan 2017 09:39:29 +0000 (15:09 +0530)
Enable VPIF for video captpure and configure input channel 0, used for
composite input.

Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850-lcdk.dts

index 98eff0b..60e027e 100644 (file)
                };
        };
 };
+
+&vpif {
+       pinctrl-names = "default";
+       pinctrl-0 = <&vpif_capture_pins>;
+       status = "okay";
+
+       /* VPIF capture port */
+       port {
+               vpif_ch0: endpoint {
+                         bus-width = <8>;
+               };
+       };
+};