Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] exynos4-is: Fix example dts in .../bindings/samsung-fimc.txt

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>

authored by

Sylwester Nawrocki and committed by
Mauro Carvalho Chehab
c28c99e7 6a2f18cf

+13 -13
+13 -13
Documentation/devicetree/bindings/media/samsung-fimc.txt
··· 127 127 }; 128 128 }; 129 129 }; 130 - }; 131 130 132 - /* MIPI CSI-2 bus IF sensor */ 133 - s5c73m3: sensor@0x1a { 134 - compatible = "samsung,s5c73m3"; 135 - reg = <0x1a>; 136 - vddio-supply = <...>; 131 + /* MIPI CSI-2 bus IF sensor */ 132 + s5c73m3: sensor@0x1a { 133 + compatible = "samsung,s5c73m3"; 134 + reg = <0x1a>; 135 + vddio-supply = <...>; 137 136 138 - clock-frequency = <24000000>; 139 - clocks = <...>; 140 - clock-names = "mclk"; 137 + clock-frequency = <24000000>; 138 + clocks = <...>; 139 + clock-names = "mclk"; 141 140 142 - port { 143 - s5c73m3_1: endpoint { 144 - data-lanes = <1 2 3 4>; 145 - remote-endpoint = <&csis0_ep>; 141 + port { 142 + s5c73m3_1: endpoint { 143 + data-lanes = <1 2 3 4>; 144 + remote-endpoint = <&csis0_ep>; 145 + }; 146 146 }; 147 147 }; 148 148 };