]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
MLK-10092-2 dts: Rename compatible string from ov564x to ov5640
authorSandor Yu <R01008@freescale.com>
Wed, 14 Jan 2015 07:41:43 +0000 (15:41 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:19:58 +0000 (21:19 -0600)
There are two version ov5640 driver,
one is written with v4l2 int-device architecture,
and the other is written with v4l2 subdev architecture.
Rename subdev ov5640 compatible string from ov5640x
to ov5640 to distinguish with ov5640 int-device driver.
so ov564x is used for int-device architecture and
ov5640 is used for subdev architecture.

Signed-off-by: Sandor Yu <R01008@freescale.com>
arch/arm/boot/dts/imx6sl-evk.dts
arch/arm/boot/dts/imx6sx-19x19-arm2-csi.dts
arch/arm/boot/dts/imx6sx-19x19-arm2-lcdif1.dts
arch/arm/boot/dts/imx6sx-19x19-arm2.dts
arch/arm/boot/dts/imx6sx-sdb.dts

index 1aba3a42968f9fde56addec18c3ad41da7652324..cbd6ac71587c3abaf81062c348ce924d7846c788 100644 (file)
 &csi {
        port {
                csi_ep: endpoint {
-                       remote-endpoint = <&ov564x_ep>;
+                       remote-endpoint = <&ov5640_ep>;
                };
        };
 };
        pinctrl-0 = <&pinctrl_i2c3>;
        status = "disabled";
 
-       ov564x: ov564x@3c {
-               compatible = "ovti,ov564x";
+       ov5640: ov5640@3c {
+               compatible = "ovti,ov5640";
                reg = <0x3c>;
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_csi_0>;
                mclk = <24000000>;
                mclk_source = <0>;
                port {
-                       ov564x_ep: endpoint {
+                       ov5640_ep: endpoint {
                                remote-endpoint = <&csi_ep>;
                        };
                };
index e1b2c2d1b27b3bf0a1fdd898cbdcc0e8bfae9bab..411939594217b13e9ac12a3f221365d2957f3736 100644 (file)
@@ -18,7 +18,7 @@
 };
 
 &i2c2 {
-       ov564x: ov564x@3c {
+       ov5640: ov5640@3c {
                status = "okay";
        };
 };
index cf8cb57589f3c4543a59f8cc414376f96c84c597..b804b025798baa72af1450483819b47cee82dbd7 100644 (file)
@@ -9,7 +9,7 @@
 #include "imx6sx-19x19-arm2.dts"
 
 &i2c2 {
-       ov564x: ov564x@3c {
+       ov5640: ov5640@3c {
                status = "disabled";
        };
 };
index 45fe70979ca1d60c53e0dbf11434d3a506e98dcf..da63a60cfa5246eff24c2182fd911ca62998e3c2 100644 (file)
@@ -95,7 +95,7 @@
 
        port {
                csi1_ep: endpoint {
-                       remote-endpoint = <&ov564x_ep>;
+                       remote-endpoint = <&ov5640_ep>;
                };
        };
 };
                resets = <&max7322_reset>;
        };
 
-       ov564x: ov564x@3c {
-               compatible = "ovti,ov564x";
+       ov5640: ov5640@3c {
+               compatible = "ovti,ov5640";
                reg = <0x3c>;
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_csi_1>;
                mclk_source = <0>;
                status = "disabled";
                port {
-                       ov564x_ep: endpoint {
+                       ov5640_ep: endpoint {
                                remote-endpoint = <&csi1_ep>;
                        };
                };
index 3a7f95c8893b9d743af052eb592c88e36e5ecbf2..a41d831aaa284aa9e34eff0cc3d15b6ed0a2fa0b 100644 (file)
 
        port {
                csi1_ep: endpoint {
-                       remote-endpoint = <&ov564x_ep>;
+                       remote-endpoint = <&ov5640_ep>;
                };
        };
 };
                };
        };
 
-       ov564x: ov564x@3c {
-               compatible = "ovti,ov564x";
+       ov5640: ov5640@3c {
+               compatible = "ovti,ov5640";
                reg = <0x3c>;
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_csi_0>;
                mclk = <24000000>;
                mclk_source = <0>;
                port {
-                       ov564x_ep: endpoint {
+                       ov5640_ep: endpoint {
                                remote-endpoint = <&csi1_ep>;
                        };
                };