Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753178AbdLHK1J (ORCPT ); Fri, 8 Dec 2017 05:27:09 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:36504 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752500AbdLHK1G (ORCPT ); Fri, 8 Dec 2017 05:27:06 -0500 Date: Fri, 8 Dec 2017 10:27:00 +0000 From: Mark Rutland To: Greentime Hu Cc: greentime@andestech.com, linux-kernel@vger.kernel.org, arnd@arndb.de, linux-arch@vger.kernel.org, tglx@linutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com, robh+dt@kernel.org, netdev@vger.kernel.org, deanbo422@gmail.com, devicetree@vger.kernel.org, viro@zeniv.linux.org.uk, dhowells@redhat.com, will.deacon@arm.com, daniel.lezcano@linaro.org, linux-serial@vger.kernel.org, geert.uytterhoeven@gmail.com, linus.walleij@linaro.org, greg@kroah.com, Vincent Chen Subject: Re: [PATCH v3 24/33] nds32: Device tree support Message-ID: <20171208102700.g6wy4suhwmwnd4ix@lakrids.cambridge.arm.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 465 Lines: 18 On Fri, Dec 08, 2017 at 05:12:07PM +0800, Greentime Hu wrote: > + timer0: timer@98400000 { > + compatible = "andestech,atftmr010"; > + reg = <0x98400000 0x1000>; > + interrupts = <19>; > + clocks = <&clk_pll>; > + clock-names = "apb_pclk"; > + cycle-count-offset = <0x20>; > + }; Looking through the series, I can't find a binding or driver for this timer, either. Does timekeeping work with this series, or are additional patches necessary? Thanks, Mark.