Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752507AbdLAMT3 (ORCPT ); Fri, 1 Dec 2017 07:19:29 -0500 Received: from mail-it0-f68.google.com ([209.85.214.68]:44225 "EHLO mail-it0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752244AbdLAMT0 (ORCPT ); Fri, 1 Dec 2017 07:19:26 -0500 X-Google-Smtp-Source: AGs4zMYR6MJHM0hFhzLd2rNFbVwNWusEnl2NALQZDyAs2mc0ceQg6js4wsfLf8tCUDMyXcyWINavdv4n+78Ii+GE3fI= MIME-Version: 1.0 In-Reply-To: <60f23e7fcff11f16b0bca4753a39d098849eeac3.1511785528.git.green.hu@gmail.com> References: <60f23e7fcff11f16b0bca4753a39d098849eeac3.1511785528.git.green.hu@gmail.com> From: Linus Walleij Date: Fri, 1 Dec 2017 13:19:25 +0100 Message-ID: Subject: Re: [PATCH v2 35/35] dt-bindings: timer: Add andestech atcpit100 timer binding doc To: Greentime Hu Cc: greentime@andestech.com, "linux-kernel@vger.kernel.org" , Arnd Bergmann , linux-arch@vger.kernel.org, Thomas Gleixner , Jason Cooper , Marc Zyngier , Rob Herring , netdev@vger.kernel.org, deanbo422@gmail.com, "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Al Viro , David Howells , Will Deacon , Daniel Lezcano , linux-serial@vger.kernel.org, Rick Chen Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1001 Lines: 30 On Mon, Nov 27, 2017 at 1:28 PM, Greentime Hu wrote: > From: Rick Chen > > Add a document to describe Andestech atcpit100 timer and > binding information. > > Signed-off-by: Rick Chen > Acked-by: Rob Herring > Signed-off-by: Greentime Hu Thanks for submitting this interesting architecture! (...) > +Required properties: > +- compatible : Should be "andestech,atcpit100" > +- reg : Address and length of the register set > +- interrupts : Reference to the timer interrupt > +- clocks : a clock to provide the tick rate for "andestech,atcpit100" > +- clock-names : should be "PCLK" for the external tick timer. This text seem wrong. PCLK is the internal timer, right? "PCLK" is "peripheral clock" (I hope) and that comes from the bus. Consider also adding an optional "EXTCLK" already now, since it is evident from the driver that this is also supported. Yours, Linus Walleij