Re: [PATCH v2] dt-bindings: watchdog: snps,dw-wdt: Add RV1106 compatible

Heiko Stuebner <[email protected]> Wed, 15 Jul 2026 21:33:16 +0200
Newsgroups org.kernel.vger.linux-watchdog,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-rockchip,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel
Message-ID <2785624.BddDVKsqQX@phil>
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 <[email protected]>
> Acked-by: Krzysztof Kozlowski <[email protected]>

Reviewed-by: Heiko Stuebner <[email protected]>

> ---
> 
> (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
> 
>