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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D49BC433F5 for ; Fri, 8 Apr 2022 10:07:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229454AbiDHKJs (ORCPT ); Fri, 8 Apr 2022 06:09:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229518AbiDHKJr (ORCPT ); Fri, 8 Apr 2022 06:09:47 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 9EA209A995; Fri, 8 Apr 2022 03:07:44 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 6890C807E; Fri, 8 Apr 2022 10:05:19 +0000 (UTC) Date: Fri, 8 Apr 2022 13:07:42 +0300 From: Tony Lindgren To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Daniel Lezcano , Keerthy , Nishanth Menon , Vignesh Raghavendra Subject: Re: [PATCH] dt-bindings: timer: Update TI timer to yaml and add compatible for am6 Message-ID: References: <20220408081258.57213-1-tony@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Krzysztof Kozlowski [220408 08:30]: > On 08/04/2022 10:12, Tony Lindgren wrote: > > +required: > > + - compatible > > + - reg > > Missing interrupts - they were required. Aren't anymore? There are cases where the interrupts are not routable to Linux yet the timer registers can be accessible. These timers can still be usable in a limited way for some PWM cases though. Thanks for the good comments on the binding, will update accordingly. Yeah adding a second patch for the new features makes sense as few things have changed with the new SoCs. Regards, Tony