Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Kevin Hilman and committed by
Sekhar Nori
5280bc3e 8922306e

+13
+13
arch/arm/boot/dts/da850-lcdk.dts
··· 309 309 }; 310 310 }; 311 311 }; 312 + 313 + &vpif { 314 + pinctrl-names = "default"; 315 + pinctrl-0 = <&vpif_capture_pins>; 316 + status = "okay"; 317 + 318 + /* VPIF capture port */ 319 + port { 320 + vpif_ch0: endpoint { 321 + bus-width = <8>; 322 + }; 323 + }; 324 + };