Re: [PATCH v2] dt-bindings: watchdog: microchip,pic32mzda-wdt: Convert to DT schema
Rob Herring <[email protected]>
| Newsgroups | org.kernel.vger.linux-rtc,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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) <[email protected]> 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 <[email protected]> > > > Signed-off-by: Udaya Kiran Challa <[email protected]> > > > --- > > > Changelog: > > > > > > Changes since v1: > > > - Fix example indentation > > > - Correct example clock specifier from REF2CLK to LPRCCLK > > > > > > Link to v1:https://lore.kernel.org/all/[email protected]/ > > > --- > > > .../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