Skip to content

Commit 3cfd590

Browse files
Fabio Estevamrobherring
authored andcommitted
of: Use ovti for Omnivision
The correct symbol for OmniVision Technologies is 'ovti', so let's convert it. Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Rob Herring <[email protected]>
1 parent 984c7a7 commit 3cfd590

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/devicetree/bindings/media/atmel-isi.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Example:
3838

3939
i2c1: i2c@f0018000 {
4040
ov2640: camera@0x30 {
41-
compatible = "omnivision,ov2640";
41+
compatible = "ovti,ov2640";
4242
reg = <0x30>;
4343

4444
port {

Documentation/devicetree/bindings/media/video-interfaces.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pipelines can be active: ov772x -> ceu0 or imx074 -> csi2 -> ceu0.
159159
i2c0: i2c@0xfff20000 {
160160
...
161161
ov772x_1: camera@0x21 {
162-
compatible = "omnivision,ov772x";
162+
compatible = "ovti,ov772x";
163163
reg = <0x21>;
164164
vddio-supply = <&regulator1>;
165165
vddcore-supply = <&regulator2>;

0 commit comments

Comments
 (0)