]> Git Repo - linux.git/commitdiff
of: Use ovti for Omnivision
authorFabio Estevam <[email protected]>
Tue, 2 Dec 2014 03:09:04 +0000 (01:09 -0200)
committerRob Herring <[email protected]>
Wed, 4 Feb 2015 16:51:10 +0000 (10:51 -0600)
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]>
Documentation/devicetree/bindings/media/atmel-isi.txt
Documentation/devicetree/bindings/media/video-interfaces.txt

index 17e71b7b44c62ab091efbc978428be18b9ebb50c..251f008f220cff32969b974f0b8ee8dd92320bd4 100644 (file)
@@ -38,7 +38,7 @@ Example:
 
        i2c1: i2c@f0018000 {
                ov2640: camera@0x30 {
-                       compatible = "omnivision,ov2640";
+                       compatible = "ovti,ov2640";
                        reg = <0x30>;
 
                        port {
index ce719f89dd1ce4ea0f89b17307ec41d61eba2efa..d87a902d27dabbcf9cb893f5c08ad898d0a3652c 100644 (file)
@@ -159,7 +159,7 @@ pipelines can be active: ov772x -> ceu0 or imx074 -> csi2 -> ceu0.
        i2c0: i2c@0xfff20000 {
                ...
                ov772x_1: camera@0x21 {
-                       compatible = "omnivision,ov772x";
+                       compatible = "ovti,ov772x";
                        reg = <0x21>;
                        vddio-supply = <&regulator1>;
                        vddcore-supply = <&regulator2>;
This page took 0.047851 seconds and 4 git commands to generate.