Skip to content

Commit

Permalink
media: dt-bindings: media: i2c: Fix external clock frequency for OV5645
Browse files Browse the repository at this point in the history
Commit "4adb0a0432f4 media: ov5645: Supported external clock is 24MHz"
modified the external clock frequency to be 24MHz instead of the
23.88MHz in driver. Hence, modify the frequency value in binding.

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 bd0405f commit fe367be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/media/i2c/ov5645.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Example:

clocks = <&clks 200>;
clock-names = "xclk";
clock-frequency = <23880000>;
clock-frequency = <24000000>;

vdddo-supply = <&camera_dovdd_1v8>;
vdda-supply = <&camera_avdd_2v8>;
Expand Down

0 comments on commit fe367be

Please sign in to comment.