Commit 5280bc3e authored by Kevin Hilman's avatar Kevin Hilman Committed by Sekhar Nori

ARM: dts: davinci: da850-lcdk: enable VPIF

Enable VPIF for video captpure and configure input channel 0, used for
composite input.
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 8922306e
......@@ -309,3 +309,16 @@ lcdc_out_vga: endpoint {
};
};
};
&vpif {
pinctrl-names = "default";
pinctrl-0 = <&vpif_capture_pins>;
status = "okay";
/* VPIF capture port */
port {
vpif_ch0: endpoint {
bus-width = <8>;
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment