From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751645AbcLEKQj (ORCPT ); Mon, 5 Dec 2016 05:16:39 -0500 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:45009 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750928AbcLEKQf (ORCPT ); Mon, 5 Dec 2016 05:16:35 -0500 Subject: Re: [PATCH 2/8] dt-bindings: document the STM32 RTC bindings To: Alexandre Belloni References: <1480687801-19525-2-git-send-email-amelie.delaunay@st.com> <1480687801-19525-4-git-send-email-amelie.delaunay@st.com> <20161205100630.n3gldznf524pucjm@piout.net> CC: "a.zummo@towertech.it" , "robh+dt@kernel.org" , "mark.rutland@arm.com" , "mcoquelin.stm32@gmail.com" , Alexandre TORGUE , "linux@armlinux.org.uk" , "rtc-linux@googlegroups.com" , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Gabriel FERNANDEZ From: Amelie DELAUNAY Message-ID: <88bf56d7-e8c2-b6ca-79fa-b9379ba44737@st.com> Date: Mon, 5 Dec 2016 11:14:56 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161205100630.n3gldznf524pucjm@piout.net> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.23.160] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-12-05_07:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alexandre, Thanks for reviewing On 12/05/2016 11:06 AM, Alexandre Belloni wrote: > Hi, > > On 02/12/2016 at 15:09:55 +0100, Amelie Delaunay wrote : >> This patch adds documentation of device tree bindings for the STM32 RTC. >> >> Signed-off-by: Amelie Delaunay >> --- >> .../devicetree/bindings/rtc/st,stm32-rtc.txt | 31 ++++++++++++++++++++++ >> 1 file changed, 31 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/rtc/st,stm32-rtc.txt >> >> diff --git a/Documentation/devicetree/bindings/rtc/st,stm32-rtc.txt b/Documentation/devicetree/bindings/rtc/st,stm32-rtc.txt >> new file mode 100644 >> index 0000000..4578838 >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/rtc/st,stm32-rtc.txt >> @@ -0,0 +1,31 @@ >> +STM32 Real Time Clock >> + >> +Required properties: >> +- compatible: "st,stm32-rtc". >> +- reg: address range of rtc register set. >> +- clocks: reference to the clock entry ck_rtc. >> +- clock-names: name of the clock used. Should be "ck_rtc". > > Is this name really useful? You're right, not useful. > >> +- interrupt-parent: phandle for the interrupt controller. >> +- interrupts: rtc alarm interrupt. >> +- interrupt-names: rtc alarm interrupt name, should be "alarm". > > Same comment, is this name really useful? Ditto. > > Best regards, Amelie