On Mon, 10 Feb 2014 15:18:21 +0000
Russell King - ARM Linux <li...@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>;
                };
        };
};


-- 
Ken ar c'hentaƱ |             ** Breizh ha Linux atav! **
Jef             |               http://moinejf.free.fr/
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to