From: Kevin Hilman Date: Mon, 9 Jan 2017 20:55:27 +0000 (-0800) Subject: ARM: dts: davinci: da850-evm: enable VPIF X-Git-Tag: v4.11-rc1~87^2~2^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8922306e25fff3a19c075d6148df34fe0404d48a;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: Sekhar Nori --- diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts index 41de15f..cea36ee 100644 --- a/arch/arm/boot/dts/da850-evm.dts +++ b/arch/arm/boot/dts/da850-evm.dts @@ -289,3 +289,23 @@ }; }; }; + +&vpif { + pinctrl-names = "default"; + pinctrl-0 = <&vpif_capture_pins>; + status = "okay"; + + /* VPIF capture port */ + port { + vpif_ch0: endpoint@0 { + reg = <0>; + bus-width = <8>; + }; + + vpif_ch1: endpoint@1 { + reg = <1>; + bus-width = <8>; + data-shift = <8>; + }; + }; +};