From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH 3/6] ARM: bcm476x: Add sched clock Date: Mon, 08 Oct 2012 20:54:40 -0600 Message-ID: <507391F0.8070609@wwwdotorg.org> References: <20121007015300.828366635@gmail.com> <20121007015406.809888002@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20121007015406.809888002-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Domenico Andreoli Cc: Domenico Andreoli , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 10/06/2012 07:53 PM, Domenico Andreoli wrote: > Sched clock implementation based on the BCM476x's free runner counter. > Index: b/Documentation/devicetree/bindings/timer/brcm,bcm476x-sched-clock.txt > =================================================================== > --- /dev/null > +++ b/Documentation/devicetree/bindings/timer/brcm,bcm476x-sched-clock.txt > @@ -0,0 +1,18 @@ > +BCM476x Sched clock > + > +The BCM476x provides a 63-bit free running counter driven by a separate > +32KHz clock line. Is "sched clock" really the name of the HW module in the Broadcom documentation (well, assuming you have any access to that). DT names should derived from HW manuals/... where possible.