diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-12-01 22:09:04 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-02-04 11:51:10 -0500 |
commit | 3cfd59055988c33ddc5aad0f9c8250db87878787 (patch) | |
tree | a0cfe626c433cbdf16306efd0d233618b1bfe69d /Documentation | |
parent | 984c7a786c50d1f7e77e7697b7bb844aed2e748f (diff) |
of: Use ovti for Omnivision
The correct symbol for OmniVision Technologies is 'ovti', so let's convert it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/media/atmel-isi.txt | 2 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/media/video-interfaces.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/media/atmel-isi.txt b/Documentation/devicetree/bindings/media/atmel-isi.txt index 17e71b7b44c6..251f008f220c 100644 --- a/Documentation/devicetree/bindings/media/atmel-isi.txt +++ b/Documentation/devicetree/bindings/media/atmel-isi.txt | |||
@@ -38,7 +38,7 @@ Example: | |||
38 | 38 | ||
39 | i2c1: i2c@f0018000 { | 39 | i2c1: i2c@f0018000 { |
40 | ov2640: camera@0x30 { | 40 | ov2640: camera@0x30 { |
41 | compatible = "omnivision,ov2640"; | 41 | compatible = "ovti,ov2640"; |
42 | reg = <0x30>; | 42 | reg = <0x30>; |
43 | 43 | ||
44 | port { | 44 | port { |
diff --git a/Documentation/devicetree/bindings/media/video-interfaces.txt b/Documentation/devicetree/bindings/media/video-interfaces.txt index ce719f89dd1c..d87a902d27da 100644 --- a/Documentation/devicetree/bindings/media/video-interfaces.txt +++ b/Documentation/devicetree/bindings/media/video-interfaces.txt | |||
@@ -159,7 +159,7 @@ pipelines can be active: ov772x -> ceu0 or imx074 -> csi2 -> ceu0. | |||
159 | i2c0: i2c@0xfff20000 { | 159 | i2c0: i2c@0xfff20000 { |
160 | ... | 160 | ... |
161 | ov772x_1: camera@0x21 { | 161 | ov772x_1: camera@0x21 { |
162 | compatible = "omnivision,ov772x"; | 162 | compatible = "ovti,ov772x"; |
163 | reg = <0x21>; | 163 | reg = <0x21>; |
164 | vddio-supply = <®ulator1>; | 164 | vddio-supply = <®ulator1>; |
165 | vddcore-supply = <®ulator2>; | 165 | vddcore-supply = <®ulator2>; |