Message ID | 20170109205531.3435-4-khilman@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tuesday 10 January 2017 02:25 AM, Kevin Hilman wrote: > Enable VPIF for video captpure and configure input channel 0, used for > composite input. > > Signed-off-by: Kevin Hilman <khilman@baylibre.com> Applied to v4.11/dt Thanks, Sekhar
diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts index afcb4821deb1..9b1f3695607c 100644 --- a/arch/arm/boot/dts/da850-lcdk.dts +++ b/arch/arm/boot/dts/da850-lcdk.dts @@ -236,3 +236,16 @@ &memctrl { status = "okay"; }; + +&vpif { + pinctrl-names = "default"; + pinctrl-0 = <&vpif_capture_pins>; + status = "okay"; + + /* VPIF capture port */ + port { + vpif_ch0: endpoint { + bus-width = <8>; + }; + }; +};
Enable VPIF for video captpure and configure input channel 0, used for composite input. Signed-off-by: Kevin Hilman <khilman@baylibre.com> --- arch/arm/boot/dts/da850-lcdk.dts | 13 +++++++++++++ 1 file changed, 13 insertions(+)