From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752771AbcBOXWt (ORCPT ); Mon, 15 Feb 2016 18:22:49 -0500 Received: from mailout4.w1.samsung.com ([210.118.77.14]:22390 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751799AbcBOXWq (ORCPT ); Mon, 15 Feb 2016 18:22:46 -0500 X-AuditID: cbfec7f4-f79026d00000418a-30-56c25dc38abc Subject: Re: [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk To: Javier Martinez Canillas , linux-kernel@vger.kernel.org, Rob Herring References: <1455545466-25709-1-git-send-email-javier@osg.samsung.com> Cc: Alexandre Belloni , linux-samsung-soc@vger.kernel.org, rtc-linux@googlegroups.com, devicetree@vger.kernel.org From: Krzysztof Kozlowski Message-id: <56C25DC0.1040202@samsung.com> Date: Tue, 16 Feb 2016 08:22:40 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-version: 1.0 In-reply-to: <1455545466-25709-1-git-send-email-javier@osg.samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFnrELMWRmVeSWpSXmKPExsVy+t/xK7qHYw+FGSzptLDouLaYyWL+kXOs Fm/ermGyeP3C0OLyrjlsFjPO72OyaN17hN1if2cHowOHx5NNFxk99kw8yeaxaVUnm8eW/rvs Hn1bVjF6fN4kF8AWxWWTkpqTWZZapG+XwJXRs34Ge8FEzoo35/cyNjCuY+9i5OSQEDCRuHlq IQuELSZx4d56ti5GLg4hgaWMEr87z7BCOE8ZJdYsbWcFqRIWiJRY/esUmC0iUC5x7sUBoA4O oCI3iWM7mUDCzAKzGSUW/MwAsdkEjCU2L1/CBmLzCmhJzFyyG2wZi4CqxOwvn8DiogIREoc7 u9ghagQlfky+B1bDKeAusfjhSnaQ8cwCehL3L2pBjJeX2LzmLfMERoFZSDpmIVTNQlK1gJF5 FaNoamlyQXFSeq6hXnFibnFpXrpecn7uJkZIyH/Zwbj4mNUhRgEORiUeXg6PQ2FCrIllxZW5 hxglOJiVRHivhgGFeFMSK6tSi/Lji0pzUosPMUpzsCiJ887d9T5ESCA9sSQ1OzW1ILUIJsvE wSnVwDj58TT/26efa+c+/9nMWnB6/bO04pOHbzYnuCbuzNTZ91//zYPPN09z5R9+y9t38dNW Z5YVX6p26axOM7ok6FMl+Imh4XGn0bdEl/mM8W8//fuQN/WLbNRBISu21Qw72U6XpGwyMP6+ Ovn+8dj2ZxzHXqu1dha4PZ4y7crRczNZr8V7Xzq0ffoFJZbijERDLeai4kQA1B/053UCAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Signed-off-by: Javier Martinez Canillas > Acked-by: Alexandre Belloni > > --- > 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 Best regards, Krzysztof