Re: [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk
From: Krzysztof Kozlowski <hidden>
Date: 2016-02-15 23:22:49
Also in:
linux-rtc, linux-samsung-soc, lkml
From: Krzysztof Kozlowski <hidden>
Date: 2016-02-15 23:22:49
Also in:
linux-rtc, linux-samsung-soc, lkml
On 15.02.2016 23:11, Javier Martinez Canillas wrote:
The S3C binding doc says that the RTC and RTC source clocks are required but the S3C driver supports different HW IP and only the s3c6410 needs a source clock. Fix the binding explaining that the source clock is only needed for the s3c6410-rtc compatible controller. Reported-by: Krzysztof Kozlowski <redacted> Signed-off-by: Javier Martinez Canillas <redacted> Acked-by: Alexandre Belloni <redacted> --- Hello, This patch depends on a previous one that was picked by Rob Herring so this one has to go through his tree again and not through the RTC tree to avoid conflicts. Best regards, Javier Changes in v2: - Remove the mention to a commit sha-1 that's not in mainline (Alexandre). - Fix typo in commit message (Alexandre). - Add Alexandre's Acked-by tag. Documentation/devicetree/bindings/rtc/s3c-rtc.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Reviewed-by: Krzysztof Kozlowski <redacted> Best regards, Krzysztof