[media] exynos4-is: Fix example dts in .../bindings/samsung-fimc.txt
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Wed, 8 May 2013 17:24:14 +0000 (14:24 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 13 Jun 2013 00:49:25 +0000 (21:49 -0300)
The s5c73m3 sensor node should be off an I2C bus controller node.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/devicetree/bindings/media/samsung-fimc.txt

index 51c776b..96312f6 100644 (file)
@@ -127,22 +127,22 @@ Example:
                                };
                        };
                };
-       };
 
-       /* MIPI CSI-2 bus IF sensor */
-       s5c73m3: sensor@0x1a {
-               compatible = "samsung,s5c73m3";
-               reg = <0x1a>;
-               vddio-supply = <...>;
+               /* MIPI CSI-2 bus IF sensor */
+               s5c73m3: sensor@0x1a {
+                       compatible = "samsung,s5c73m3";
+                       reg = <0x1a>;
+                       vddio-supply = <...>;
 
-               clock-frequency = <24000000>;
-               clocks = <...>;
-               clock-names = "mclk";
+                       clock-frequency = <24000000>;
+                       clocks = <...>;
+                       clock-names = "mclk";
 
-               port {
-                       s5c73m3_1: endpoint {
-                               data-lanes = <1 2 3 4>;
-                               remote-endpoint = <&csis0_ep>;
+                       port {
+                               s5c73m3_1: endpoint {
+                                       data-lanes = <1 2 3 4>;
+                                       remote-endpoint = <&csis0_ep>;
+                               };
                        };
                };
        };