* [PATCH v2] dt-bindings: watchdog: snps,dw-wdt: Add RV1106 compatible
@ 2026-07-14 19:18 ` Simon Glass
0 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2026-07-14 19:18 UTC (permalink / raw)
To: Wim Van Sebroeck, Guenter Roeck
Cc: Conor Dooley, devicetree, linux-rockchip, linux-watchdog,
Krzysztof Kozlowski, Rob Herring, Heiko Stuebner, Simon Glass,
Krzysztof Kozlowski, Jamie Iles, linux-arm-kernel, linux-kernel
Add the compatible for the watchdog of the Rockchip RV1106, which is
compatible with the Synopsys DesignWare watchdog.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
(no changes since v1)
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 9d25f5e497e2..2b16b7c2787b 100644
--- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
@@ -35,6 +35,7 @@ properties:
- rockchip,rk3576-wdt
- rockchip,rk3588-wdt
- rockchip,rv1103b-wdt
+ - rockchip,rv1106-wdt
- rockchip,rv1108-wdt
- rockchip,rv1126-wdt
- const: snps,dw-wdt
---
base-commit: 3b029c035b34bbc693405ddf759f0e9b920c27f1
branch: rv1106d2
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH v2] dt-bindings: watchdog: snps,dw-wdt: Add RV1106 compatible
@ 2026-07-14 19:18 ` Simon Glass
0 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2026-07-14 19:18 UTC (permalink / raw)
To: Wim Van Sebroeck, Guenter Roeck
Cc: Conor Dooley, devicetree, linux-rockchip, linux-watchdog,
Krzysztof Kozlowski, Rob Herring, Heiko Stuebner, Simon Glass,
Krzysztof Kozlowski, Jamie Iles, linux-arm-kernel, linux-kernel
Add the compatible for the watchdog of the Rockchip RV1106, which is
compatible with the Synopsys DesignWare watchdog.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
(no changes since v1)
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 9d25f5e497e2..2b16b7c2787b 100644
--- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
@@ -35,6 +35,7 @@ properties:
- rockchip,rk3576-wdt
- rockchip,rk3588-wdt
- rockchip,rv1103b-wdt
+ - rockchip,rv1106-wdt
- rockchip,rv1108-wdt
- rockchip,rv1126-wdt
- const: snps,dw-wdt
---
base-commit: 3b029c035b34bbc693405ddf759f0e9b920c27f1
branch: rv1106d2
--
2.43.0
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v2] dt-bindings: watchdog: snps,dw-wdt: Add RV1106 compatible
2026-07-14 19:18 ` Simon Glass
@ 2026-07-15 19:33 ` Heiko Stuebner
-1 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2026-07-15 19:33 UTC (permalink / raw)
To: Wim Van Sebroeck, Guenter Roeck, Simon Glass
Cc: Conor Dooley, devicetree, linux-rockchip, linux-watchdog,
Krzysztof Kozlowski, Rob Herring, Simon Glass,
Krzysztof Kozlowski, Jamie Iles, linux-arm-kernel, linux-kernel
Am Dienstag, 14. Juli 2026, 21:18:57 Mitteleuropäische Sommerzeit schrieb Simon Glass:
> Add the compatible for the watchdog of the Rockchip RV1106, which is
> compatible with the Synopsys DesignWare watchdog.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
> ---
>
> (no changes since v1)
>
> 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 9d25f5e497e2..2b16b7c2787b 100644
> --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> @@ -35,6 +35,7 @@ properties:
> - rockchip,rk3576-wdt
> - rockchip,rk3588-wdt
> - rockchip,rv1103b-wdt
> + - rockchip,rv1106-wdt
> - rockchip,rv1108-wdt
> - rockchip,rv1126-wdt
> - const: snps,dw-wdt
> ---
> base-commit: 3b029c035b34bbc693405ddf759f0e9b920c27f1
> branch: rv1106d2
>
>
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] dt-bindings: watchdog: snps,dw-wdt: Add RV1106 compatible
@ 2026-07-15 19:33 ` Heiko Stuebner
0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2026-07-15 19:33 UTC (permalink / raw)
To: Wim Van Sebroeck, Guenter Roeck, Simon Glass
Cc: Conor Dooley, devicetree, linux-rockchip, linux-watchdog,
Krzysztof Kozlowski, Rob Herring, Simon Glass,
Krzysztof Kozlowski, Jamie Iles, linux-arm-kernel, linux-kernel
Am Dienstag, 14. Juli 2026, 21:18:57 Mitteleuropäische Sommerzeit schrieb Simon Glass:
> Add the compatible for the watchdog of the Rockchip RV1106, which is
> compatible with the Synopsys DesignWare watchdog.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
> ---
>
> (no changes since v1)
>
> 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 9d25f5e497e2..2b16b7c2787b 100644
> --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> @@ -35,6 +35,7 @@ properties:
> - rockchip,rk3576-wdt
> - rockchip,rk3588-wdt
> - rockchip,rv1103b-wdt
> + - rockchip,rv1106-wdt
> - rockchip,rv1108-wdt
> - rockchip,rv1126-wdt
> - const: snps,dw-wdt
> ---
> base-commit: 3b029c035b34bbc693405ddf759f0e9b920c27f1
> branch: rv1106d2
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-15 19:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-14 19:18 [PATCH v2] dt-bindings: watchdog: snps,dw-wdt: Add RV1106 compatible Simon Glass
2026-07-14 19:18 ` Simon Glass
2026-07-15 19:33 ` Heiko Stuebner
2026-07-15 19:33 ` Heiko Stuebner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.