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

ARM: dts: davinci: da850: VPIF: add node and muxing

Add VPIF node and pins to da850 SoC. VPIF has two input channels which
can be described using the standard DT ports and endpoints.

Signed-off-by: Kevin Hilman <khilman@baylibre.com>
[nsekhar@ti.com: drop stray newline, typo fixes in commit message]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>

authored by

Kevin Hilman and committed by
Sekhar Nori
6afa43a4 9e6612eb

+24 -1
+24 -1
arch/arm/boot/dts/da850.dtsi
··· 208 208 0x4c 0x02000022 0x0f0000ff 209 209 >; 210 210 }; 211 - 211 + vpif_capture_pins: vpif_capture_pins { 212 + pinctrl-single,bits = < 213 + /* VP_DIN[2..7], VP_CLKIN1, VP_CLKIN0 */ 214 + 0x38 0x11111111 0xffffffff 215 + /* VP_DIN[10..15,0..1] */ 216 + 0x3c 0x11111111 0xffffffff 217 + /* VP_DIN[8..9] */ 218 + 0x40 0x00000011 0x000000ff 219 + /* VP_CLKIN3, VP_CLKIN2 */ 220 + 0x4c 0x00010100 0x000f0f00 221 + >; 222 + }; 212 223 }; 213 224 prictrl: priority-controller@14110 { 214 225 compatible = "ti,da850-mstpri"; ··· 334 323 dmas = <&edma0 16 0>, <&edma0 17 0>; 335 324 dma-names = "rx", "tx"; 336 325 status = "disabled"; 326 + }; 327 + vpif: video@217000 { 328 + compatible = "ti,da850-vpif"; 329 + reg = <0x217000 0x1000>; 330 + interrupts = <92>; 331 + status = "disabled"; 332 + 333 + /* VPIF capture port */ 334 + port { 335 + #address-cells = <1>; 336 + #size-cells = <0>; 337 + }; 337 338 }; 338 339 mmc1: mmc@21b000 { 339 340 compatible = "ti,da830-mmc";