[PATCH] dt-bindings: watchdog: qcom-wdt: Document Glymur watchdog

Pankaj Patil posted 1 patch 3 weeks, 6 days ago
Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: watchdog: qcom-wdt: Document Glymur watchdog
Posted by Pankaj Patil 3 weeks, 6 days ago
Add devicetree binding for watchdog present on Qualcomm's Glymur SoC

Signed-off-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com>
---
 Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
index 54f5311ed016..f5eb648e2801 100644
--- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
@@ -17,6 +17,7 @@ properties:
     oneOf:
       - items:
           - enum:
+              - qcom,apss-wdt-glymur
               - qcom,kpss-wdt-ipq4019
               - qcom,apss-wdt-ipq5018
               - qcom,apss-wdt-ipq5332
-- 
2.34.1
Re: [PATCH] dt-bindings: watchdog: qcom-wdt: Document Glymur watchdog
Posted by Guenter Roeck 3 weeks, 4 days ago
On 1/11/26 07:52, Pankaj Patil wrote:
> Add devicetree binding for watchdog present on Qualcomm's Glymur SoC
> 
> Signed-off-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com>

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

> ---
>   Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
> index 54f5311ed016..f5eb648e2801 100644
> --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
> @@ -17,6 +17,7 @@ properties:
>       oneOf:
>         - items:
>             - enum:
> +              - qcom,apss-wdt-glymur
>                 - qcom,kpss-wdt-ipq4019
>                 - qcom,apss-wdt-ipq5018
>                 - qcom,apss-wdt-ipq5332
Re: [PATCH] dt-bindings: watchdog: qcom-wdt: Document Glymur watchdog
Posted by Krzysztof Kozlowski 3 weeks, 5 days ago
On Sun, Jan 11, 2026 at 09:22:34PM +0530, Pankaj Patil wrote:
> Add devicetree binding for watchdog present on Qualcomm's Glymur SoC
> 
> Signed-off-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com>
> ---
>  Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 +
>  1 file changed, 1 insertion(+)

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

Best regards,
Krzysztof