[PATCH] dt-bindings: watchdog: Drop duplicate moxa,moxart-watchdog.txt

Rob Herring (Arm) posted 1 patch 1 month, 4 weeks ago
.../bindings/watchdog/moxa,moxart-watchdog.txt    | 15 ---------------
1 file changed, 15 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/watchdog/moxa,moxart-watchdog.txt
[PATCH] dt-bindings: watchdog: Drop duplicate moxa,moxart-watchdog.txt
Posted by Rob Herring (Arm) 1 month, 4 weeks ago
"moxa,moxart-watchdog" is already documented in faraday,ftwdt010.yaml,
so drop the old text binding.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../bindings/watchdog/moxa,moxart-watchdog.txt    | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/watchdog/moxa,moxart-watchdog.txt

diff --git a/Documentation/devicetree/bindings/watchdog/moxa,moxart-watchdog.txt b/Documentation/devicetree/bindings/watchdog/moxa,moxart-watchdog.txt
deleted file mode 100644
index 1169857d1d12..000000000000
--- a/Documentation/devicetree/bindings/watchdog/moxa,moxart-watchdog.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-MOXA ART Watchdog timer
-
-Required properties:
-
-- compatible : Must be "moxa,moxart-watchdog"
-- reg : Should contain registers location and length
-- clocks : Should contain phandle for the clock that drives the counter
-
-Example:
-
-	watchdog: watchdog@98500000 {
-		compatible = "moxa,moxart-watchdog";
-		reg = <0x98500000 0x10>;
-		clocks = <&coreclk>;
-	};
-- 
2.47.2
Re: [PATCH] dt-bindings: watchdog: Drop duplicate moxa,moxart-watchdog.txt
Posted by Rob Herring (Arm) 3 weeks, 3 days ago
On Thu, 07 Aug 2025 16:42:21 -0500, Rob Herring (Arm) wrote:
> "moxa,moxart-watchdog" is already documented in faraday,ftwdt010.yaml,
> so drop the old text binding.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  .../bindings/watchdog/moxa,moxart-watchdog.txt    | 15 ---------------
>  1 file changed, 15 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/watchdog/moxa,moxart-watchdog.txt
> 

Applied, thanks!
Re: [PATCH] dt-bindings: watchdog: Drop duplicate moxa,moxart-watchdog.txt
Posted by Guenter Roeck 1 month, 3 weeks ago
On 8/7/25 14:42, Rob Herring (Arm) wrote:
> "moxa,moxart-watchdog" is already documented in faraday,ftwdt010.yaml,
> so drop the old text binding.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Re: [PATCH] dt-bindings: watchdog: Drop duplicate moxa,moxart-watchdog.txt
Posted by Krzysztof Kozlowski 1 month, 3 weeks ago
On Thu, Aug 07, 2025 at 04:42:21PM -0500, Rob Herring (Arm) wrote:
> "moxa,moxart-watchdog" is already documented in faraday,ftwdt010.yaml,
> so drop the old text binding.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Fixes: 289660a4af0e ("dt-bindings: watchdog: convert faraday,ftwdt010 to yaml")

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof