diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-01-09 12:55:28 -0800 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2017-01-10 15:09:29 +0530 |
commit | 5280bc3ed7b0160d5f771cb903e4ab2e7fb9a208 (patch) | |
tree | 60ab5553f08f98d85f7cf947c7f02ecfd0023d30 /arch/arm/boot/dts/da850-lcdk.dts | |
parent | 8922306e25fff3a19c075d6148df34fe0404d48a (diff) | |
download | talos-obmc-linux-5280bc3ed7b0160d5f771cb903e4ab2e7fb9a208.tar.gz talos-obmc-linux-5280bc3ed7b0160d5f771cb903e4ab2e7fb9a208.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/da850-lcdk.dts')
-rw-r--r-- | arch/arm/boot/dts/da850-lcdk.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts index 98eff0b5bbed..60e027e8a054 100644 --- a/arch/arm/boot/dts/da850-lcdk.dts +++ b/arch/arm/boot/dts/da850-lcdk.dts @@ -309,3 +309,16 @@ }; }; }; + +&vpif { + pinctrl-names = "default"; + pinctrl-0 = <&vpif_capture_pins>; + status = "okay"; + + /* VPIF capture port */ + port { + vpif_ch0: endpoint { + bus-width = <8>; + }; + }; +}; |