The s5c73m3 sensor node should be off an I2C bus controller node.

Signed-off-by: Sylwester Nawrocki <s.nawro...@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.p...@samsung.com>
---
 .../devicetree/bindings/media/samsung-fimc.txt     |   26 ++++++++++----------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/Documentation/devicetree/bindings/media/samsung-fimc.txt 
b/Documentation/devicetree/bindings/media/samsung-fimc.txt
index 51c776b..96312f6 100644
--- a/Documentation/devicetree/bindings/media/samsung-fimc.txt
+++ b/Documentation/devicetree/bindings/media/samsung-fimc.txt
@@ -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>;
+                               };
                        };
                };
        };
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to