On Sun, Jul 05, 2026 at 05:00:58PM +0300, Tomer Maimon wrote: > NPCM750 and NPCM845 latch watchdog reset indications in the SoC > GCR block rather than in the watchdog block itself. > > Add the optional nuvoton,sysgcr phandle so watchdog nodes can > reference the shared GCR reset-status registers that hold those > latched watchdog reset indications. > > This is needed by the following reset-status support, which reads > those latches and reports watchdog-caused resets through bootstatus. > > Signed-off-by: Tomer Maimon Since the 450 doesn't support this, please make it conditional. pw-bot: changes-requested Thanks, Conor. > --- > .../devicetree/bindings/watchdog/nuvoton,npcm750-wdt.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/nuvoton,npcm750-wdt.yaml b/Documentation/devicetree/bindings/watchdog/nuvoton,npcm750-wdt.yaml > index 7aa30f5b5c49..99c225f166db 100644 > --- a/Documentation/devicetree/bindings/watchdog/nuvoton,npcm750-wdt.yaml > +++ b/Documentation/devicetree/bindings/watchdog/nuvoton,npcm750-wdt.yaml > @@ -40,6 +40,12 @@ properties: > clock-frequency: > description: Frequency in Hz of the clock that drives the NPCM timer. > > + nuvoton,sysgcr: > + $ref: /schemas/types.yaml#/definitions/phandle > + description: > + a phandle to access the GCR reset-status registers that latch > + watchdog reset indications on NPCM750 and NPCM845. > + > required: > - compatible > - reg > -- > 2.34.1 >