From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EBB6DC54E8D for ; Tue, 12 May 2020 14:57:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C9EA7206B8 for ; Tue, 12 May 2020 14:57:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728028AbgELO5C (ORCPT ); Tue, 12 May 2020 10:57:02 -0400 Received: from muru.com ([72.249.23.125]:54038 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726891AbgELO5C (ORCPT ); Tue, 12 May 2020 10:57:02 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id C3C078047; Tue, 12 May 2020 14:57:49 +0000 (UTC) Date: Tue, 12 May 2020 07:56:57 -0700 From: Tony Lindgren To: Rob Herring Cc: Keerthy , Stephen Boyd , Thomas Gleixner , Graeme Smecher , linux-kernel@vger.kernel.org, Tero Kristo , Aaro Koskinen , devicetree@vger.kernel.org, Andreas Kemnade , "H. Nikolaus Schaller" , Adam Ford , Lokesh Vutla , Daniel Lezcano , Brian Hutchinson , linux-clk@vger.kernel.org, linux-omap@vger.kernel.org, Michael Turquette , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 02/15] dt-bindings: timer: add ti, dmtimer compatible for for system timers Message-ID: <20200512145657.GH37466@atomide.com> References: <20200429215402.18125-1-tony@atomide.com> <20200429215402.18125-3-tony@atomide.com> <20200512145215.GA23423@bogus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200512145215.GA23423@bogus> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Rob Herring [200512 14:53]: > On Wed, 29 Apr 2020 14:53:49 -0700, Tony Lindgren wrote: > > The TI dual-mode timer can be used for both clocksource and clockevent > > system timers. We need a way to specify which dual-mode timers are > > reserved for system timers as there are multiple instances available > > that may require a board specific configuration. > > > > Let's add a generic compatible "ti,dmtimer" that TIMER_OF_DECLARE can > > use as suggested by Daniel Lezcano . > > > > Suggested-by: Daniel Lezcano > > Signed-off-by: Tony Lindgren > > --- > > Documentation/devicetree/bindings/timer/ti,timer.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > Acked-by: Rob Herring Looks like this is no longer needed with v3 set in the repost thread: "[PATCHv3 00/14] Update omaps to use drivers/clocksource timers" It now does detection for the preferred system timers based on the various timer features like you suggested. Regards, Tony