All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Rob Herring <robh@kernel.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
	Rob Herring <robh+dt@kernel.org>, Nishanth Menon <nm@ti.com>,
	Keerthy <j-keerthy@ti.com>,
	linux-arm-kernel@lists.infradead.org,
	Krzysztof Kozlowski <krzk+dt@kernel.org>
Subject: Re: [PATCH] dt-bindings: timer: Update TI timer to yaml and add compatible for am6
Date: Mon, 11 Apr 2022 11:00:27 +0300	[thread overview]
Message-ID: <YlPgG0M6IS60Q1bc@atomide.com> (raw)
In-Reply-To: <1649432514.728371.3536062.nullmailer@robh.at.kernel.org>

* Rob Herring <robh@kernel.org> [220408 15:39]:
> On Fri, 08 Apr 2022 11:12:58 +0300, Tony Lindgren wrote:
> > Let's update the TI timer binding to use yaml. And add compatible for
> > ti,am654-timer for TI am64, am65 and j72 SoCs. As the timer hardware is
> > the same between am64, am65 and j72 we use the compatible name for the
> > earliest SoC with this timer.
> > 
> > As this binding is specific to the TI dual-mode timers also known
> > as dm-timers, let's use ti,timer-dm.yaml naming for the new file.
> > 
> > Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> > Cc: Keerthy <j-keerthy@ti.com>
> > Cc: Nishanth Menon <nm@ti.com>
> > Cc: Vignesh Raghavendra <vigneshr@ti.com>
> > Signed-off-by: Tony Lindgren <tony@atomide.com>
> > ---
> >  .../bindings/timer/ti,timer-dm.yaml           | 105 ++++++++++++++++++
> >  .../devicetree/bindings/timer/ti,timer.txt    |  44 --------
> >  2 files changed, 105 insertions(+), 44 deletions(-)
> >  create mode 100644 Documentation/devicetree/bindings/timer/ti,timer-dm.yaml
> >  delete mode 100644 Documentation/devicetree/bindings/timer/ti,timer.txt
> > 
> 
> Running 'make dtbs_check' with the schema in this patch gives the
> following warnings. Consider if they are expected or the schema is
> incorrect. These may not be new warnings.

Well I was planning to drop the unused ti,am4372-timer related properties,
but instead will document those as discussed in the related dts thread.
I'll be sending an updated version a bit later on.

Regards,

Tony

WARNING: multiple messages have this Message-ID (diff)
From: Tony Lindgren <tony@atomide.com>
To: Rob Herring <robh@kernel.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
	Rob Herring <robh+dt@kernel.org>, Nishanth Menon <nm@ti.com>,
	Keerthy <j-keerthy@ti.com>,
	linux-arm-kernel@lists.infradead.org,
	Krzysztof Kozlowski <krzk+dt@kernel.org>
Subject: Re: [PATCH] dt-bindings: timer: Update TI timer to yaml and add compatible for am6
Date: Mon, 11 Apr 2022 11:00:27 +0300	[thread overview]
Message-ID: <YlPgG0M6IS60Q1bc@atomide.com> (raw)
In-Reply-To: <1649432514.728371.3536062.nullmailer@robh.at.kernel.org>

* Rob Herring <robh@kernel.org> [220408 15:39]:
> On Fri, 08 Apr 2022 11:12:58 +0300, Tony Lindgren wrote:
> > Let's update the TI timer binding to use yaml. And add compatible for
> > ti,am654-timer for TI am64, am65 and j72 SoCs. As the timer hardware is
> > the same between am64, am65 and j72 we use the compatible name for the
> > earliest SoC with this timer.
> > 
> > As this binding is specific to the TI dual-mode timers also known
> > as dm-timers, let's use ti,timer-dm.yaml naming for the new file.
> > 
> > Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> > Cc: Keerthy <j-keerthy@ti.com>
> > Cc: Nishanth Menon <nm@ti.com>
> > Cc: Vignesh Raghavendra <vigneshr@ti.com>
> > Signed-off-by: Tony Lindgren <tony@atomide.com>
> > ---
> >  .../bindings/timer/ti,timer-dm.yaml           | 105 ++++++++++++++++++
> >  .../devicetree/bindings/timer/ti,timer.txt    |  44 --------
> >  2 files changed, 105 insertions(+), 44 deletions(-)
> >  create mode 100644 Documentation/devicetree/bindings/timer/ti,timer-dm.yaml
> >  delete mode 100644 Documentation/devicetree/bindings/timer/ti,timer.txt
> > 
> 
> Running 'make dtbs_check' with the schema in this patch gives the
> following warnings. Consider if they are expected or the schema is
> incorrect. These may not be new warnings.

Well I was planning to drop the unused ti,am4372-timer related properties,
but instead will document those as discussed in the related dts thread.
I'll be sending an updated version a bit later on.

Regards,

Tony

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-04-11  8:00 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-08  8:12 [PATCH] dt-bindings: timer: Update TI timer to yaml and add compatible for am6 Tony Lindgren
2022-04-08  8:12 ` Tony Lindgren
2022-04-08  8:27 ` Nishanth Menon
2022-04-08  8:27   ` Nishanth Menon
2022-04-08  8:33   ` Tony Lindgren
2022-04-08  8:33     ` Tony Lindgren
2022-04-08  8:34   ` Krzysztof Kozlowski
2022-04-08  8:34     ` Krzysztof Kozlowski
2022-04-08  8:32 ` Krzysztof Kozlowski
2022-04-08  8:32   ` Krzysztof Kozlowski
2022-04-08 10:07   ` Tony Lindgren
2022-04-08 10:07     ` Tony Lindgren
2022-04-08 15:41 ` Rob Herring
2022-04-08 15:41   ` Rob Herring
2022-04-11  8:00   ` Tony Lindgren [this message]
2022-04-11  8:00     ` Tony Lindgren

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=YlPgG0M6IS60Q1bc@atomide.com \
    --to=tony@atomide.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=j-keerthy@ti.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --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.