Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: watchdog: npcm: Add nuvoton,wpcm450-wdt

Add a compatible string for the WPCM450 SoC, which has the same watchdog
timer.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20210406120921.2484986-5-j.neuschaefer@gmx.net
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Jonathan Neuschäfer and committed by
Joel Stanley
9b39efac f31fc98b

+2 -1
+2 -1
Documentation/devicetree/bindings/watchdog/nuvoton,npcm-wdt.txt
··· 5 5 expiry. 6 6 7 7 Required properties: 8 - - compatible : "nuvoton,npcm750-wdt" for NPCM750 (Poleg). 8 + - compatible : "nuvoton,npcm750-wdt" for NPCM750 (Poleg), or 9 + "nuvoton,wpcm450-wdt" for WPCM450 (Hermon). 9 10 - reg : Offset and length of the register set for the device. 10 11 - interrupts : Contain the timer interrupt with flags for 11 12 falling edge.