aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/media/video-interfaces.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/media/video-interfaces.txt')
-rw-r--r--Documentation/devicetree/bindings/media/video-interfaces.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/media/video-interfaces.txt b/Documentation/devicetree/bindings/media/video-interfaces.txt
index 3994b0143dd1..258b8dfddf48 100644
--- a/Documentation/devicetree/bindings/media/video-interfaces.txt
+++ b/Documentation/devicetree/bindings/media/video-interfaces.txt
@@ -154,7 +154,7 @@ imx074 is linked to ceu0 through the MIPI CSI-2 receiver (csi2). ceu0 has a
154'port' node which may indicate that at any time only one of the following data 154'port' node which may indicate that at any time only one of the following data
155pipelines can be active: ov772x -> ceu0 or imx074 -> csi2 -> ceu0. 155pipelines can be active: ov772x -> ceu0 or imx074 -> csi2 -> ceu0.
156 156
157 ceu0: ceu@0xfe910000 { 157 ceu0: ceu@fe910000 {
158 compatible = "renesas,sh-mobile-ceu"; 158 compatible = "renesas,sh-mobile-ceu";
159 reg = <0xfe910000 0xa0>; 159 reg = <0xfe910000 0xa0>;
160 interrupts = <0x880>; 160 interrupts = <0x880>;
@@ -193,9 +193,9 @@ pipelines can be active: ov772x -> ceu0 or imx074 -> csi2 -> ceu0.
193 }; 193 };
194 }; 194 };
195 195
196 i2c0: i2c@0xfff20000 { 196 i2c0: i2c@fff20000 {
197 ... 197 ...
198 ov772x_1: camera@0x21 { 198 ov772x_1: camera@21 {
199 compatible = "ovti,ov772x"; 199 compatible = "ovti,ov772x";
200 reg = <0x21>; 200 reg = <0x21>;
201 vddio-supply = <&regulator1>; 201 vddio-supply = <&regulator1>;
@@ -219,7 +219,7 @@ pipelines can be active: ov772x -> ceu0 or imx074 -> csi2 -> ceu0.
219 }; 219 };
220 }; 220 };
221 221
222 imx074: camera@0x1a { 222 imx074: camera@1a {
223 compatible = "sony,imx074"; 223 compatible = "sony,imx074";
224 reg = <0x1a>; 224 reg = <0x1a>;
225 vddio-supply = <&regulator1>; 225 vddio-supply = <&regulator1>;
@@ -239,7 +239,7 @@ pipelines can be active: ov772x -> ceu0 or imx074 -> csi2 -> ceu0.
239 }; 239 };
240 }; 240 };
241 241
242 csi2: csi2@0xffc90000 { 242 csi2: csi2@ffc90000 {
243 compatible = "renesas,sh-mobile-csi2"; 243 compatible = "renesas,sh-mobile-csi2";
244 reg = <0xffc90000 0x1000>; 244 reg = <0xffc90000 0x1000>;
245 interrupts = <0x17a0>; 245 interrupts = <0x17a0>;