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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 8CECEC4743F for ; Fri, 4 Jun 2021 20:57:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6D76A613F4 for ; Fri, 4 Jun 2021 20:57:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231406AbhFDU7P (ORCPT ); Fri, 4 Jun 2021 16:59:15 -0400 Received: from mail-ot1-f45.google.com ([209.85.210.45]:44933 "EHLO mail-ot1-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230281AbhFDU7O (ORCPT ); Fri, 4 Jun 2021 16:59:14 -0400 Received: by mail-ot1-f45.google.com with SMTP id r26-20020a056830121ab02902a5ff1c9b81so10331104otp.11; Fri, 04 Jun 2021 13:57:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=p9kkV653ZiKdFQ+/1DXekXEvXDMlTVfBf/JFELEUQqE=; b=kmC9JsE2AaqmfP+zSMhNsqIIjI32p2ht9YW+ILXN+IdE3TYGMi9q75uWxOafAjRnOb HBz1tyOWNUzLmfb4mdiJfszaC9Dqr6yTKRqAClxjoe2fi/wy5gE57urDDO6B2O9e9Fjg DhU4V2TpCjREVmCEaYGU6kcYWXEsaH15E0dNhtW8WZU7LBrs3O0apCZaqg8jw1nt0RsV rl3dTJ7xdLanL+50h5h2vuMLIILLzjOX6wDZABkQXEnCDfXhzK5JtDfUswp2EacPO317 WTFCmPucQXiEgvJUqQUHbcWAcxAwAwZ0pEFp/1ljLIg97bsFd8TUnauPzVFiP1IWgB92 sXLA== X-Gm-Message-State: AOAM532ZPKzO8tLIzgAAzeL6+xW6q/L9x6lzxOESKMvLc5cRCPrhFURl PByDKtOwWonEy6qtu10iZg== X-Google-Smtp-Source: ABdhPJzQ7m0aAMMJL847Mh0rDqLY21LmtSlVGyeU2JeA2h9e8dIPtikkCaitIoudxCbYStkTKC2o0Q== X-Received: by 2002:a9d:5ccc:: with SMTP id r12mr5093410oti.172.1622840242753; Fri, 04 Jun 2021 13:57:22 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id q6sm665894oot.40.2021.06.04.13.57.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Jun 2021 13:57:21 -0700 (PDT) Received: (nullmailer pid 3903309 invoked by uid 1000); Fri, 04 Jun 2021 20:57:20 -0000 Date: Fri, 4 Jun 2021 15:57:20 -0500 From: Rob Herring To: Lokesh Vutla Cc: thierry.reding@gmail.com, lee.jones@linaro.org, Vignesh R , Rob Herring , Sekhar Nori , u.kleine-koenig@pengutronix.de, linux-pwm@vger.kernel.org, Nishanth Menon , Device Tree Mailing List , tony@atomide.com, Linux ARM Mailing List , Linux OMAP Mailing List Subject: Re: [PATCH v2 1/4] arm: dts: ti: drop usage of redundant compatible Message-ID: <20210604205720.GA3903275@robh.at.kernel.org> References: <20210528045817.16618-1-lokeshvutla@ti.com> <20210528045817.16618-2-lokeshvutla@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210528045817.16618-2-lokeshvutla@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org On Fri, 28 May 2021 10:28:14 +0530, Lokesh Vutla wrote: > Commit 229110c1aa691 ("ARM: dts: am437x/am33xx/da850: Add new ECAP and > EPWM bindings") added ti,am3352-ehrpwm compatible which is similar to > ti,am33xx-ehrpwm but without out t,hwmod properties. But with commit > 58bfbea5b1c68 ("ARM: dts: am437x/am33xx: Remove hwmod entries for ECAP > and EPWM nodes") dropped support for all ti,hwmod for ehrpwm, but > missed deprecating ti,am33xx-ehrpwm compatible. So drop ti,am33xx-ehrpwm > from DT as it is no longer needed. > > ti-ehrpwn driver still support ti,am33xx-ehrpwm in order to maintain > backward compatibility. > > Signed-off-by: Lokesh Vutla > --- > .../devicetree/bindings/pwm/pwm-tiehrpwm.txt | 13 ++++++------- > arch/arm/boot/dts/am33xx-l4.dtsi | 9 +++------ > arch/arm/boot/dts/am437x-l4.dtsi | 18 ++++++------------ > arch/arm/boot/dts/da850.dtsi | 6 ++---- > 4 files changed, 17 insertions(+), 29 deletions(-) > Reviewed-by: Rob Herring 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=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 B6383C4743C for ; Fri, 4 Jun 2021 20:59:53 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 85CCF613F4 for ; Fri, 4 Jun 2021 20:59:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 85CCF613F4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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=MwGDpiS3Vop0IUS+SGuYRNzZuQmGWDNLLd//P5d5E74=; b=OVzG7IgZHpgKHo 3nyVjqomDpU573OUqOtWHK38hgApbXsHyekzR7PM3ymgO5zzdaGDfTEf5faALIeWxkK2UoVRewvTi yG4JUXa5CUNk07VvTz2juPpfO233jUSuR+lcsXJ/sTaNaUaecV3lNtmyQ/3CYI7U9CoM9UJUwtm1R EHelnPhvsaKqKfFTvKYe6dJHXFLTlF60432mlxwgvompcVvsfHNIOqsQawR6zECrJhoTgtX7LOeQt aaxM2VVUomODLdeiFmrWwjhuRsgTL2GTQ+PAwtYu1ZFKfeJBaDABRll5uAZGh2UyDJf7I2sEy78Z+ eJDrOEVAucCSFCNipVPQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lpGtG-00FCLP-04; Fri, 04 Jun 2021 20:58:02 +0000 Received: from mail-ot1-f41.google.com ([209.85.210.41]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lpGsd-00FCBE-O7 for linux-arm-kernel@lists.infradead.org; Fri, 04 Jun 2021 20:57:25 +0000 Received: by mail-ot1-f41.google.com with SMTP id v27-20020a056830091bb02903cd67d40070so7278283ott.1 for ; Fri, 04 Jun 2021 13:57:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=p9kkV653ZiKdFQ+/1DXekXEvXDMlTVfBf/JFELEUQqE=; b=WN7HcHJFVfPujWmk+2Xv3iZrPT3qxj+fThdZoyiJiyquNuOKDcHl+AT3vQKjgX680o ZyOBEaMnT163JJp0QGBv8GIAqKGXwXls9XkkUQrGfDGj62cx71/CxBwLzduGg6VQIdUq wlvN3NkSaxffxI99M/AZwIWIHUVhG3pCfq1irabkKxjVyks/GXterOHGCyw1grojx88F FZgtDM9WvRzkdhynl0EQ3P4Be162aKEIlPNfnGiqi3z1EvI/5mOh+LapDbD4RfCHsPI/ cgnqiRvOf+jUrN9zShc5MddWX8pvCwGRqo6YM0CEQEbTGQa4hLDBx5ZTtc3H6lSN9YUx XkxQ== X-Gm-Message-State: AOAM530xgfE84cJCzArrbQxQmoRLf8o9xQBDWEBrib9BORv+4NrWrTrX QGWW1fVse+QzDtKhbZS9uA== X-Google-Smtp-Source: ABdhPJzQ7m0aAMMJL847Mh0rDqLY21LmtSlVGyeU2JeA2h9e8dIPtikkCaitIoudxCbYStkTKC2o0Q== X-Received: by 2002:a9d:5ccc:: with SMTP id r12mr5093410oti.172.1622840242753; Fri, 04 Jun 2021 13:57:22 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id q6sm665894oot.40.2021.06.04.13.57.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Jun 2021 13:57:21 -0700 (PDT) Received: (nullmailer pid 3903309 invoked by uid 1000); Fri, 04 Jun 2021 20:57:20 -0000 Date: Fri, 4 Jun 2021 15:57:20 -0500 From: Rob Herring To: Lokesh Vutla Cc: thierry.reding@gmail.com, lee.jones@linaro.org, Vignesh R , Rob Herring , Sekhar Nori , u.kleine-koenig@pengutronix.de, linux-pwm@vger.kernel.org, Nishanth Menon , Device Tree Mailing List , tony@atomide.com, Linux ARM Mailing List , Linux OMAP Mailing List Subject: Re: [PATCH v2 1/4] arm: dts: ti: drop usage of redundant compatible Message-ID: <20210604205720.GA3903275@robh.at.kernel.org> References: <20210528045817.16618-1-lokeshvutla@ti.com> <20210528045817.16618-2-lokeshvutla@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210528045817.16618-2-lokeshvutla@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210604_135723_843404_8062832B X-CRM114-Status: GOOD ( 12.73 ) 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 On Fri, 28 May 2021 10:28:14 +0530, Lokesh Vutla wrote: > Commit 229110c1aa691 ("ARM: dts: am437x/am33xx/da850: Add new ECAP and > EPWM bindings") added ti,am3352-ehrpwm compatible which is similar to > ti,am33xx-ehrpwm but without out t,hwmod properties. But with commit > 58bfbea5b1c68 ("ARM: dts: am437x/am33xx: Remove hwmod entries for ECAP > and EPWM nodes") dropped support for all ti,hwmod for ehrpwm, but > missed deprecating ti,am33xx-ehrpwm compatible. So drop ti,am33xx-ehrpwm > from DT as it is no longer needed. > > ti-ehrpwn driver still support ti,am33xx-ehrpwm in order to maintain > backward compatibility. > > Signed-off-by: Lokesh Vutla > --- > .../devicetree/bindings/pwm/pwm-tiehrpwm.txt | 13 ++++++------- > arch/arm/boot/dts/am33xx-l4.dtsi | 9 +++------ > arch/arm/boot/dts/am437x-l4.dtsi | 18 ++++++------------ > arch/arm/boot/dts/da850.dtsi | 6 ++---- > 4 files changed, 17 insertions(+), 29 deletions(-) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel