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 CEB2AC433F5 for ; Fri, 8 Apr 2022 08:29:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231760AbiDHIbg (ORCPT ); Fri, 8 Apr 2022 04:31:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231731AbiDHIbf (ORCPT ); Fri, 8 Apr 2022 04:31:35 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 1C2FE2FDC80; Fri, 8 Apr 2022 01:29:32 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 045AD807E; Fri, 8 Apr 2022 08:27:07 +0000 (UTC) Date: Fri, 8 Apr 2022 11:29:30 +0300 From: Tony Lindgren To: Krzysztof Kozlowski Cc: linux-omap@vger.kernel.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , devicetree@vger.kernel.org, Daniel Lezcano , Keerthy , Krzysztof Kozlowski , Nishanth Menon , Rob Herring , Vignesh Raghavendra Subject: Re: [PATCH] ARM: dts: Drop unused ti,am4372-timer compatible Message-ID: References: <20220408081216.57146-1-tony@atomide.com> <3a4b5e26-e770-d778-5ae5-f46ba00066ce@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3a4b5e26-e770-d778-5ae5-f46ba00066ce@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Krzysztof Kozlowski [220408 08:22]: > On 08/04/2022 10:12, Tony Lindgren wrote: > > Drop unused (and undocumented) ti,am4372-timer related compatible > > properties to avoid dtb warnings when updating the binding to yaml. > > > > The dual-mode timer instances on am43 are compatible with the am3 > > timers. > > Are you sure this is correct approach? Maybe some other user of DTS > references the am43 compatible, so instead it should be documented in > the bindings? No users. The driver does not parse these. The am4 SoCs boot using the am3 related compatible properties. > See also recommendation "DO use fallback compatibles...": > Documentation/devicetree/bindings/writing-bindings.rst > which maybe applies here? Yes I'd agree if there were users for this, or if this was already documented :) But I don't see a need to keep these am4 specific properties. Regards, Tony