From: Rob Herring <robh@kernel.org>
To: Lokesh Vutla <lokeshvutla@ti.com>
Cc: thierry.reding@gmail.com, lee.jones@linaro.org,
Vignesh R <vigneshr@ti.com>, Rob Herring <robh+dt@kernel.org>,
Sekhar Nori <nsekhar@ti.com>,
u.kleine-koenig@pengutronix.de, linux-pwm@vger.kernel.org,
Nishanth Menon <nm@ti.com>,
Device Tree Mailing List <devicetree@vger.kernel.org>,
tony@atomide.com,
Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
Linux OMAP Mailing List <linux-omap@vger.kernel.org>
Subject: Re: [PATCH v2 1/4] arm: dts: ti: drop usage of redundant compatible
Date: Fri, 4 Jun 2021 15:57:20 -0500 [thread overview]
Message-ID: <20210604205720.GA3903275@robh.at.kernel.org> (raw)
In-Reply-To: <20210528045817.16618-2-lokeshvutla@ti.com>
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 <lokeshvutla@ti.com>
> ---
> .../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 <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Lokesh Vutla <lokeshvutla@ti.com>
Cc: thierry.reding@gmail.com, lee.jones@linaro.org,
Vignesh R <vigneshr@ti.com>, Rob Herring <robh+dt@kernel.org>,
Sekhar Nori <nsekhar@ti.com>,
u.kleine-koenig@pengutronix.de, linux-pwm@vger.kernel.org,
Nishanth Menon <nm@ti.com>,
Device Tree Mailing List <devicetree@vger.kernel.org>,
tony@atomide.com,
Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>,
Linux OMAP Mailing List <linux-omap@vger.kernel.org>
Subject: Re: [PATCH v2 1/4] arm: dts: ti: drop usage of redundant compatible
Date: Fri, 4 Jun 2021 15:57:20 -0500 [thread overview]
Message-ID: <20210604205720.GA3903275@robh.at.kernel.org> (raw)
In-Reply-To: <20210528045817.16618-2-lokeshvutla@ti.com>
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 <lokeshvutla@ti.com>
> ---
> .../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 <robh@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2021-06-04 20:57 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-28 4:58 [PATCH v2 0/4] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema Lokesh Vutla
2021-05-28 4:58 ` Lokesh Vutla
2021-05-28 4:58 ` [PATCH v2 1/4] arm: dts: ti: drop usage of redundant compatible Lokesh Vutla
2021-05-28 4:58 ` Lokesh Vutla
2021-06-04 20:57 ` Rob Herring [this message]
2021-06-04 20:57 ` Rob Herring
2021-05-28 4:58 ` [PATCH v2 2/4] dt-bindings: pwm: tiehrpwm: Make clock and clock-names as required properties Lokesh Vutla
2021-05-28 4:58 ` Lokesh Vutla
2021-06-04 20:57 ` Rob Herring
2021-06-04 20:57 ` Rob Herring
2021-05-28 4:58 ` [PATCH v2 3/4] dt-bindings: pwm: pwm-tiehrpwm: Convert to json schema Lokesh Vutla
2021-05-28 4:58 ` Lokesh Vutla
2021-05-28 4:58 ` [PATCH v2 4/4] dt-bindings: pwm: pwm-tiehrpwm: Add compatible string for AM64 SoC Lokesh Vutla
2021-05-28 4:58 ` Lokesh Vutla
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210604205720.GA3903275@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=lokeshvutla@ti.com \
--cc=nm@ti.com \
--cc=nsekhar@ti.com \
--cc=robh+dt@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=tony@atomide.com \
--cc=u.kleine-koenig@pengutronix.de \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.