Message ID | 20181114121338.28026-1-manivannan.sadhasivam@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] dt-bindings: media: i2c: Fix external clock frequency for OV5645 | expand |
On Wed, 14 Nov 2018 17:43:38 +0530, Manivannan Sadhasivam wrote: > 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> > --- > > 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(-) > Reviewed-by: Rob Herring <robh@kernel.org>
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>;
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> --- 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(-)