More detailed documentation can be found in
 Documentation/devicetree/bindings/media/video-interfaces.txt .
 
+The device node should contain a "port" node which may contain one or more
+endpoint nodes, in accordance with video interface bindings defined in
+Documentation/devicetree/bindings/media/video-interfaces.txt .
 
 Mandatory properties
 --------------------
 Endpoint node mandatory properties
 ----------------------------------
 
-- clock-lanes: <0>
 - data-lanes: <1..n>
-- remote-endpoint: A phandle to the bus receiver's endpoint node.
 
 
 Example
 &i2c2 {
        clock-frequency = <400000>;
 
-       smiapp_1: camera@10 {
+       camera-sensor@10 {
                compatible = "nokia,smia";
                reg = <0x10>;
                reset-gpios = <&gpio3 20 0>;
                nokia,nvm-size = <512>; /* 8 * 64 */
                link-frequencies = /bits/ 64 <199200000 210000000 499200000>;
                port {
-                       smiapp_1_1: endpoint {
-                               clock-lanes = <0>;
+                       smiapp_ep: endpoint {
                                data-lanes = <1 2>;
                                remote-endpoint = <&csi2a_ep>;
                        };