Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

"moxa,moxart-watchdog" is already documented in faraday,ftwdt010.yaml,
so drop the old text binding.

Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Fixes: 289660a4af0e ("dt-bindings: watchdog: convert faraday,ftwdt010 to yaml")
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250807214222.4170236-1-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

-15
-15
Documentation/devicetree/bindings/watchdog/moxa,moxart-watchdog.txt
··· 1 - MOXA ART Watchdog timer 2 - 3 - Required properties: 4 - 5 - - compatible : Must be "moxa,moxart-watchdog" 6 - - reg : Should contain registers location and length 7 - - clocks : Should contain phandle for the clock that drives the counter 8 - 9 - Example: 10 - 11 - watchdog: watchdog@98500000 { 12 - compatible = "moxa,moxart-watchdog"; 13 - reg = <0x98500000 0x10>; 14 - clocks = <&coreclk>; 15 - };