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

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

Enable VPIF node for video capture, and configure ports. EVM board
uses channel 0 for composite input and channel 1 S-Video 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
8922306e 6afa43a4

+20
+20
arch/arm/boot/dts/da850-evm.dts
··· 289 289 }; 290 290 }; 291 291 }; 292 + 293 + &vpif { 294 + pinctrl-names = "default"; 295 + pinctrl-0 = <&vpif_capture_pins>; 296 + status = "okay"; 297 + 298 + /* VPIF capture port */ 299 + port { 300 + vpif_ch0: endpoint@0 { 301 + reg = <0>; 302 + bus-width = <8>; 303 + }; 304 + 305 + vpif_ch1: endpoint@1 { 306 + reg = <1>; 307 + bus-width = <8>; 308 + data-shift = <8>; 309 + }; 310 + }; 311 + };