Skip to content

Commit

Permalink
ARM: dts: davinci: da850-lcdk: enable VPIF
Browse files Browse the repository at this point in the history
Enable VPIF for video captpure and configure input channel 0, used for
composite input.

Signed-off-by: Kevin Hilman <[email protected]>
Signed-off-by: Sekhar Nori <[email protected]>
  • Loading branch information
khilman authored and nsekhar committed Jan 10, 2017
1 parent 8922306 commit 5280bc3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/arm/boot/dts/da850-lcdk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};
};

0 comments on commit 5280bc3

Please sign in to comment.