From: Conor Dooley <conor@kernel.org>
To: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Rob Herring <robh@kernel.org>,
Conor Dooley <conor.dooley@microchip.com>,
Claudiu Beznea <claudiu.beznea@tuxon.dev>,
devicetree@vger.kernel.org, alexandre.belloni@bootlin.com,
linux-kernel@vger.kernel.org, conor+dt@kernel.org,
linux-arm-kernel@lists.infradead.org,
krzysztof.kozlowski+dt@linaro.org
Subject: Re: [PATCH 3/5] dt-bindings: timer: microchip,sam9x60-pit64b: convert to yaml
Date: Fri, 2 Jan 2026 16:26:10 +0000 [thread overview]
Message-ID: <20260102-everyone-deflector-8a1fc23f80e0@spud> (raw)
In-Reply-To: <276e53d3-46ae-46c6-ba64-f3337bb963d9@microchip.com>
[-- Attachment #1: Type: text/plain, Size: 2646 bytes --]
On Fri, Jan 02, 2026 at 05:03:24PM +0100, Nicolas Ferre wrote:
> Hi,
>
> On 08/06/2023 at 22:17, Rob Herring wrote:
> > On Fri, May 26, 2023 at 08:55:39AM +0100, Conor Dooley wrote:
> > > On Fri, May 26, 2023 at 06:41:39AM +0000, Claudiu.Beznea@microchip.com wrote:
> > > > On 26.05.2023 09:23, Conor Dooley wrote:
> > > > > On Fri, May 26, 2023 at 04:47:28AM +0000, Claudiu.Beznea@microchip.com wrote:
> > > > > > On 25.05.2023 20:14, Conor Dooley wrote:
> > > > > > > > Convert Microchip PIT64B to YAML. Along with it clock-names binding has
> > > > > > > > been added as the driver needs it to get PIT64B clocks.
> > > > > > > I don't think both of these PIT things need to have different binding
> > > > > > > files. 90% of it is the same, just the clock-names/number - so you can
> > > > > >
> > > > > > But these are different hardware blocks with different functionalities and
> > > > > > different drivers.
> > > > >
> > > > > Having different drivers doesn't preclude having them in the same
> > > > > binding provided the function/description etc are more or less
> > > > > identical. I was confused by:
> > > > >
> > > > > +description:
> > > > > + The 64-bit periodic interval timer provides the operating system scheduler
> > > > > + interrupt. It is designed to offer maximum accuracy and efficient management,
> > > > > + even for systems with long response times.
> > > > >
> > > > > +description:
> > > > > + Atmel periodic interval timer provides the operating system’s scheduler
> > > > > + interrupt. It is designed to offer maximum accuracy and efficient management,
> > > > > + even for systems with long response time.
> > > > >
> > > > > Those seemed like they do the same thing to me!
> > > >
> > > > They do the same thing, they are timers... But the way they do it (from
> > > > hardware perspective) is totally different. With this would you still
> > > > prefer to have them merged?
> > >
> > > Yeah, one binding would be my preference.
> >
> > I'd probably just leave them separate if they're pretty much unrelated.
> >
> > Rob
>
> I'd love to see this (old) thread revived and I'm ready to help.
> In particular this pit64b or WDT pending conversion to yaml which generate
> some errors while running dtbs_check on recent Microchip board .dts.
>
> I tend to think like Claudiu and Rob here, hardware are so different from so
> different era, that... well... I would keep them separated for the sake of
> simplicity and future proof.
Yeah, that's fine by me.
>
> Claudiu, tell me if I need to help with this?
>
> Regards,
> Nicolas
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2026-01-02 16:26 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-25 12:55 [PATCH 0/5] dt-bindings: timer: AT91 convert to YAML Claudiu Beznea
2023-05-25 12:55 ` [PATCH 1/5] dt-bindings: timer: atmel,at91sam9260-pit: convert to yaml Claudiu Beznea
2023-05-25 17:10 ` Conor Dooley
2023-05-26 4:45 ` Claudiu.Beznea
2023-05-26 1:43 ` Rob Herring
2023-05-25 12:55 ` [PATCH 2/5] ARM: dts: at91: sama7g5: keep only microchip,sam9x60-pit64b compatible for pit64b Claudiu Beznea
2023-05-25 12:56 ` [PATCH 3/5] dt-bindings: timer: microchip,sam9x60-pit64b: convert to yaml Claudiu Beznea
2023-05-25 17:14 ` Conor Dooley
2023-05-26 4:47 ` Claudiu.Beznea
2023-05-26 6:23 ` Conor Dooley
2023-05-26 6:41 ` Claudiu.Beznea
2023-05-26 7:55 ` Conor Dooley
2023-06-08 20:17 ` Rob Herring
2026-01-02 16:03 ` Nicolas Ferre
2026-01-02 16:26 ` Conor Dooley [this message]
2026-01-08 9:17 ` Claudiu Beznea
2023-05-25 12:56 ` [PATCH 4/5] dt-bindings: watchdog: atmel,at91rm9200-wdt: " Claudiu Beznea
2023-05-25 17:15 ` Conor Dooley
2023-05-26 1:43 ` Rob Herring
2023-05-25 12:56 ` [PATCH 5/5] dt-bindings: timer: atmel,at91rm9200-st: " Claudiu Beznea
2023-05-25 17:27 ` Conor Dooley
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=20260102-everyone-deflector-8a1fc23f80e0@spud \
--to=conor@kernel.org \
--cc=alexandre.belloni@bootlin.com \
--cc=claudiu.beznea@tuxon.dev \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nicolas.ferre@microchip.com \
--cc=robh@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox