public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: watchdog: rockchip: Add RV1103B compatible
@ 2026-03-10  0:20 Fabio Estevam
  2026-03-10  8:10 ` Heiko Stuebner
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabio Estevam @ 2026-03-10  0:20 UTC (permalink / raw)
  To: linux
  Cc: wim, robh, krzk+dt, conor+dt, linux-watchdog, devicetree,
	linux-kernel, heiko, Fabio Estevam

From: Fabio Estevam <festevam@nabladev.com>

The RV1103B watchdog is compatible with the existing DesignWare Watchdog
binding. Add the rockchip,rv1103b-wdt compatible string.

Signed-off-by: Fabio Estevam <festevam@nabladev.com>
---
Changes since v1:
- Fixed a typo in the devicetree mailing list address.

 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 609e98cdaaff..141c72909b15 100644
--- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
@@ -33,6 +33,7 @@ properties:
               - rockchip,rk3568-wdt
               - rockchip,rk3576-wdt
               - rockchip,rk3588-wdt
+              - rockchip,rv1103b-wdt
               - rockchip,rv1108-wdt
               - rockchip,rv1126-wdt
           - const: snps,dw-wdt
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] dt-bindings: watchdog: rockchip: Add RV1103B compatible
  2026-03-10  0:20 [PATCH v2] dt-bindings: watchdog: rockchip: Add RV1103B compatible Fabio Estevam
@ 2026-03-10  8:10 ` Heiko Stuebner
  2026-03-11  8:19 ` Krzysztof Kozlowski
  2026-03-16 14:14 ` Guenter Roeck
  2 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2026-03-10  8:10 UTC (permalink / raw)
  To: linux, Fabio Estevam
  Cc: wim, robh, krzk+dt, conor+dt, linux-watchdog, devicetree,
	linux-kernel, Fabio Estevam

Am Dienstag, 10. März 2026, 01:20:40 Mitteleuropäische Normalzeit schrieb Fabio Estevam:
> From: Fabio Estevam <festevam@nabladev.com>
> 
> The RV1103B watchdog is compatible with the existing DesignWare Watchdog
> binding. Add the rockchip,rv1103b-wdt compatible string.
> 
> Signed-off-by: Fabio Estevam <festevam@nabladev.com>

Reviewed-by: Heiko Stuebner <heiko@sntech.de>

> ---
> Changes since v1:
> - Fixed a typo in the devicetree mailing list address.
> 
>  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 609e98cdaaff..141c72909b15 100644
> --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> @@ -33,6 +33,7 @@ properties:
>                - rockchip,rk3568-wdt
>                - rockchip,rk3576-wdt
>                - rockchip,rk3588-wdt
> +              - rockchip,rv1103b-wdt
>                - rockchip,rv1108-wdt
>                - rockchip,rv1126-wdt
>            - const: snps,dw-wdt
> 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] dt-bindings: watchdog: rockchip: Add RV1103B compatible
  2026-03-10  0:20 [PATCH v2] dt-bindings: watchdog: rockchip: Add RV1103B compatible Fabio Estevam
  2026-03-10  8:10 ` Heiko Stuebner
@ 2026-03-11  8:19 ` Krzysztof Kozlowski
  2026-03-16 14:14 ` Guenter Roeck
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-11  8:19 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: linux, wim, robh, krzk+dt, conor+dt, linux-watchdog, devicetree,
	linux-kernel, heiko, Fabio Estevam

On Mon, Mar 09, 2026 at 09:20:40PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@nabladev.com>
> 
> The RV1103B watchdog is compatible with the existing DesignWare Watchdog
> binding. Add the rockchip,rv1103b-wdt compatible string.
> 
> Signed-off-by: Fabio Estevam <festevam@nabladev.com>
> ---
> Changes since v1:
> - Fixed a typo in the devicetree mailing list address.
> 
>  Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] dt-bindings: watchdog: rockchip: Add RV1103B compatible
  2026-03-10  0:20 [PATCH v2] dt-bindings: watchdog: rockchip: Add RV1103B compatible Fabio Estevam
  2026-03-10  8:10 ` Heiko Stuebner
  2026-03-11  8:19 ` Krzysztof Kozlowski
@ 2026-03-16 14:14 ` Guenter Roeck
  2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2026-03-16 14:14 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: wim, robh, krzk+dt, conor+dt, linux-watchdog, devicetree,
	linux-kernel, heiko, Fabio Estevam

On 3/9/26 17:20, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@nabladev.com>
> 
> The RV1103B watchdog is compatible with the existing DesignWare Watchdog
> binding. Add the rockchip,rv1103b-wdt compatible string.
> 
> Signed-off-by: Fabio Estevam <festevam@nabladev.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
> Changes since v1:
> - Fixed a typo in the devicetree mailing list address.
> 
>   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 609e98cdaaff..141c72909b15 100644
> --- a/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml
> @@ -33,6 +33,7 @@ properties:
>                 - rockchip,rk3568-wdt
>                 - rockchip,rk3576-wdt
>                 - rockchip,rk3588-wdt
> +              - rockchip,rv1103b-wdt
>                 - rockchip,rv1108-wdt
>                 - rockchip,rv1126-wdt
>             - const: snps,dw-wdt


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-16 14:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-10  0:20 [PATCH v2] dt-bindings: watchdog: rockchip: Add RV1103B compatible Fabio Estevam
2026-03-10  8:10 ` Heiko Stuebner
2026-03-11  8:19 ` Krzysztof Kozlowski
2026-03-16 14:14 ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox