Re: [PATCH v2] dt-bindings: watchdog: microchip,pic32mzda-wdt: Convert to DT schema
From: Rob Herring
Date: Thu Aug 13 2026 - 15:18:27 EST
On Thu, Aug 13, 2026 at 11:17:56PM +0530, Uday Kiran wrote:
> On Wed, Jul 15, 2026 at 3:37 AM Rob Herring (Arm) <robh@xxxxxxxxxx> wrote:
> >
> >
> > On Wed, 24 Jun 2026 11:26:48 +0530, Udaya Kiran Challa wrote:
> > > Convert Microchip PIC32 Watchdog Timer devicetree binding
> > > from legacy text format to DT schema.
> > >
> > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
> > > Signed-off-by: Udaya Kiran Challa <challauday369@xxxxxxxxx>
> > > ---
> > > Changelog:
> > >
> > > Changes since v1:
> > > - Fix example indentation
> > > - Correct example clock specifier from REF2CLK to LPRCCLK
> > >
> > > Link to v1:https://lore.kernel.org/all/20260620172354.155565-1-challauday369@xxxxxxxxx/
> > > ---
> > > .../bindings/watchdog/microchip,pic32-wdt.txt | 18 --------
> > > .../watchdog/microchip,pic32mzda-wdt.yaml | 44 +++++++++++++++++++
> > > 2 files changed, 44 insertions(+), 18 deletions(-)
> > > delete mode 100644 Documentation/devicetree/bindings/watchdog/microchip,pic32-wdt.txt
> > > create mode 100644 Documentation/devicetree/bindings/watchdog/microchip,pic32mzda-wdt.yaml
> > >
> >
> > Applied, thanks!
> >
>
> Thank you, Rob. There are similar microchip, pic32mzda patches related to spi,
> sqi & rtc which are reviewed/acknowledged.
I picked up watchdog only because watchdog DT patches have a tendency to
get missed.
> 1. microchip,pic32mzda-spi.yaml
> https://lore.kernel.org/all/20260622-ingenious-finch-of-fantasy-7bafaf@quoll/
>
> 2. microchip,pic32mzda-sqi.yaml
> https://lore.kernel.org/all/20260625-omen-stark-6bb827ebcc43@spud/
You missed sending to linux-spi and/or Mark B on these. You'll need to
send another version.
>
> 3. microchip,pic32mzda-rtc.yaml
> https://lore.kernel.org/all/20260703-identify-cringe-ef88079923cd@spud/
You missed Alexandre.
In general, use what get_maintainers.pl gives you.
Rob