2022-09-09 22:03:48

by Johan Jonker

[permalink] [raw]
Subject: [PATCH v1 07/11] dt-bindings: watchdog: rockchip: add rockchip,rk3128-wdt

Add rockchip,rk3128-wdt compatible string.

Signed-off-by: Johan Jonker <[email protected]>
---
Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
index 6461eb4f4..92df6e453 100644
--- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
@@ -20,6 +20,7 @@ properties:
- enum:
- rockchip,px30-wdt
- rockchip,rk3066-wdt
+ - rockchip,rk3128-wdt
- rockchip,rk3188-wdt
- rockchip,rk3228-wdt
- rockchip,rk3288-wdt
--
2.20.1


2022-09-10 14:41:24

by Guenter Roeck

[permalink] [raw]
Subject: Re: [PATCH v1 07/11] dt-bindings: watchdog: rockchip: add rockchip,rk3128-wdt

On 9/9/22 15:01, Johan Jonker wrote:
> Add rockchip,rk3128-wdt compatible string.
>
> Signed-off-by: Johan Jonker <[email protected]>

Reviewed-by: Guenter Roeck <[email protected]>

> ---
> Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> index 6461eb4f4..92df6e453 100644
> --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> @@ -20,6 +20,7 @@ properties:
> - enum:
> - rockchip,px30-wdt
> - rockchip,rk3066-wdt
> + - rockchip,rk3128-wdt
> - rockchip,rk3188-wdt
> - rockchip,rk3228-wdt
> - rockchip,rk3288-wdt

2022-09-13 14:13:01

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v1 07/11] dt-bindings: watchdog: rockchip: add rockchip,rk3128-wdt

On Sat, 10 Sep 2022 00:01:56 +0200, Johan Jonker wrote:
> Add rockchip,rk3128-wdt compatible string.
>
> Signed-off-by: Johan Jonker <[email protected]>
> ---
> Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>