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 E81FFC433EF for ; Fri, 8 Apr 2022 10:07:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229463AbiDHKJs (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: linux-omap@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 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 49B93C433EF for ; Fri, 8 Apr 2022 10:08:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=kh92fwTqCdL4FOK6eA8J9y9Z7XuJYXPcVjjLpU107Xw=; b=mMezmJwTTCCzgQ UedVS8qjOll8YiICgiw7JDZFILvMyQ/Krxgct02Cbp73IDyB+RL5WLhipzQzOVIkVZ+u9zgQR8hm+ BU8syThd6ShfwAn3zD7KUT8zaUlnhGTmUGt+XFzRZlY3b+7D9UvzW1WaJA3KWnkYwR+Cb+NN+0Sb1 ir/tWrL3jhXLhVevpBkVeX1EIKIMrCbADWlMczUu7JolLh63EfESecXKaeI6dYcaqCAg2PQca7QZ7 r0H6/XgiDwQKEMLQ9RxfV+lMORE3fSd+EdXUa4XIgA74nT4WgEApY0InFIvZ1y3Ra4i2rJdBqdkXK bB7uEeqsZVYjZG1I3h/Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nclWt-00GH5F-SD; Fri, 08 Apr 2022 10:07:47 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nclWr-00GH4Q-4b for linux-arm-kernel@lists.infradead.org; Fri, 08 Apr 2022 10:07:46 +0000 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-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220408_030745_256745_8D3AF9F7 X-CRM114-Status: UNSURE ( 9.60 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel