Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8922306e authored by Kevin Hilman's avatar Kevin Hilman Committed by Sekhar Nori
Browse files

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: default avatarKevin Hilman <khilman@baylibre.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 6afa43a4
Loading
Loading
Loading
Loading
+20 −0
Original line number Original line Diff line number Diff line
@@ -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>;
		};
	};
};