diff mbox series

[v4,04/18] dt-bindings: watchdog: npcm: Add npcm845 compatible string

Message ID 20220621131424.162355-5-tmaimon77@gmail.com
State Superseded
Headers show
Series Introduce Nuvoton Arbel NPCM8XX BMC SoC | expand

Commit Message

Tomer Maimon June 21, 2022, 1:14 p.m. UTC
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>
---
 .../devicetree/bindings/watchdog/nuvoton,npcm-wdt.txt          | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Guenter Roeck June 21, 2022, 2:39 p.m. UTC | #1
On 6/21/22 06:14, Tomer Maimon wrote:
> 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>

Not sure what the plan is here. For the time being, I'll assume
that all patches will be included in a single pull request and
not be submitted through maintainer trees.

Guenter

> ---
>   .../devicetree/bindings/watchdog/nuvoton,npcm-wdt.txt          | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> 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.
diff mbox series

Patch

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.