Skip to content

Commit

Permalink
media: dt-bindings: media: i2c: Fix i2c address for OV5645 camera sensor
Browse files Browse the repository at this point in the history
The i2c address for the Omnivision OV5645 camera sensor is 0x3c. It is
incorrectly mentioned as 0x78 in binding. Hence fix that.

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

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
  • Loading branch information
Manivannan Sadhasivam authored and Mauro Carvalho Chehab committed Jan 16, 2019
1 parent fe367be commit 961304d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/devicetree/bindings/media/i2c/ov5645.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 961304d

Please sign in to comment.