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.sadhasi...@linaro.org>
---

Changes in v2:

* Removed the wording about supported frequency since the hardware is
  capable of accepting freq range from 6-27MHz.

 Documentation/devicetree/bindings/media/i2c/ov5645.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/media/i2c/ov5645.txt 
b/Documentation/devicetree/bindings/media/i2c/ov5645.txt
index fd7aec9f8e24..b032abfcea36 100644
--- a/Documentation/devicetree/bindings/media/i2c/ov5645.txt
+++ b/Documentation/devicetree/bindings/media/i2c/ov5645.txt
@@ -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>;
-- 
2.17.1

Reply via email to