Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cfd5905 authored by Fabio Estevam's avatar Fabio Estevam Committed by Rob Herring
Browse files

of: Use ovti for Omnivision



The correct symbol for OmniVision Technologies is 'ovti', so let's convert it.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 984c7a78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ Example:

	i2c1: i2c@f0018000 {
		ov2640: camera@0x30 {
			compatible = "omnivision,ov2640";
			compatible = "ovti,ov2640";
			reg = <0x30>;

			port {
+1 −1
Original line number Diff line number Diff line
@@ -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>;