diff options
author | Tomer Maimon <tmaimon77@gmail.com> | 2022-07-17 12:15:55 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-07-19 15:39:50 +0200 |
commit | 5e1f5ea3da986de4b8136051492898bedd98890d (patch) | |
tree | dd7259195f3b53412eb6ad42abd3ffb0f6e1733f /Documentation/devicetree/bindings/watchdog | |
parent | 6762d688a1a51fae72b88bf3660b41392f267882 (diff) | |
download | lwn-5e1f5ea3da986de4b8136051492898bedd98890d.tar.gz lwn-5e1f5ea3da986de4b8136051492898bedd98890d.zip |
dt-bindings: watchdog: npcm: Add npcm845 compatible string
Add a compatible string for Nuvoton BMC NPCM845 watchdog.
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/devicetree/bindings/watchdog')
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/nuvoton,npcm-wdt.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/nuvoton,npcm-wdt.txt b/Documentation/devicetree/bindings/watchdog/nuvoton,npcm-wdt.txt index 9059f54dc023..866a958b8a2b 100644 --- a/Documentation/devicetree/bindings/watchdog/nuvoton,npcm-wdt.txt +++ b/Documentation/devicetree/bindings/watchdog/nuvoton,npcm-wdt.txt @@ -6,7 +6,8 @@ expiry. Required properties: - compatible : "nuvoton,npcm750-wdt" for NPCM750 (Poleg), or - "nuvoton,wpcm450-wdt" for WPCM450 (Hermon). + "nuvoton,wpcm450-wdt" for WPCM450 (Hermon), or + "nuvoton,npcm845-wdt" for NPCM845 (Arbel). - reg : Offset and length of the register set for the device. - interrupts : Contain the timer interrupt with flags for falling edge. |