Commit 961304d1 authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Mauro Carvalho Chehab
Browse files

media: dt-bindings: media: i2c: Fix i2c address for OV5645 camera sensor



The i2c address for the Omnivision OV5645 camera sensor is 0x3c. It is
incorrectly mentioned as 0x78 in binding. Hence fix that.

Fixes: 09c716af [media] media: i2c/ov5645: add the device tree binding document

Signed-off-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent fe367be5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,9 +26,9 @@ Example:
	&i2c1 {
		...

		ov5645: ov5645@78 {
		ov5645: ov5645@3c {
			compatible = "ovti,ov5645";
			reg = <0x78>;
			reg = <0x3c>;

			enable-gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
			reset-gpios = <&gpio5 20 GPIO_ACTIVE_LOW>;