linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: media: i2c: Fix external clock frequency for OV5645
@ 2018-11-14 12:13 Manivannan Sadhasivam
  2018-11-17 15:48 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Manivannan Sadhasivam @ 2018-11-14 12:13 UTC (permalink / raw)
  To: mchehab, robh+dt, todor.tomov, hansverk
  Cc: linux-media, devicetree, linux-kernel, Manivannan Sadhasivam

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] dt-bindings: media: i2c: Fix external clock frequency for OV5645
  2018-11-14 12:13 [PATCH v2] dt-bindings: media: i2c: Fix external clock frequency for OV5645 Manivannan Sadhasivam
@ 2018-11-17 15:48 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2018-11-17 15:48 UTC (permalink / raw)
  To: Manivannan Sadhasivam
  Cc: mchehab, robh+dt, todor.tomov, hansverk, linux-media, devicetree,
	linux-kernel, Manivannan Sadhasivam

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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-17 15:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-14 12:13 [PATCH v2] dt-bindings: media: i2c: Fix external clock frequency for OV5645 Manivannan Sadhasivam
2018-11-17 15:48 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).