On Mon, 10 Feb 2014 15:18:21 +0000 Russell King - ARM Linux linux@arm.linux.org.uk wrote:
Now, mind explaining what "v4l2 style device tree bindings" means? I've no idea since I'm relatively new to DT.
Documentation/devicetree/bindings/media/video-interfaces.txt
For the Cubox, I have:
tda998x: hdmi-encoder { compatible = "nxp,tda998x"; ... port { tda998x_0: endpoint@0 { remote-endpoint = <&lcd0_0>; }; }; };
&lcd0 { status = "okay"; ... port { lcd0_0: endpoint@0 { remote-endpoint = <&tda998x_0>; }; }; };