dt-bindings: timer: nuvoton,npcm7xx: Add wpcm450-timer
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Sat, 20 Mar 2021 18:16:01 +0000 (19:16 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 8 Apr 2021 14:41:20 +0000 (16:41 +0200)
Add a compatible string for WPCM450, which has essentially the same
timer controller.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20210320181610.680870-6-j.neuschaefer@gmx.net
Documentation/devicetree/bindings/timer/nuvoton,npcm7xx-timer.txt

index 97258f1..ac3a5e8 100644 (file)
@@ -4,7 +4,8 @@ Nuvoton NPCM7xx have three timer modules, each timer module provides five 24-bit
 timer counters.
 
 Required properties:
-- compatible      : "nuvoton,npcm750-timer" for Poleg NPCM750.
+- compatible      : "nuvoton,npcm750-timer" for Poleg NPCM750, or
+                    "nuvoton,wpcm450-timer" for Hermon WPCM450.
 - reg             : Offset and length of the register set for the device.
 - interrupts      : Contain the timer interrupt of timer 0.
 - clocks          : phandle of timer reference clock (usually a 25 MHz clock).