]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
dt-bindings: watchdog: drop obsolete brcm,bcm2835-pm-wdt bindings
authorStanislav Jakubek <stano.jakubek@gmail.com>
Sat, 17 Feb 2024 14:17:15 +0000 (15:17 +0100)
committerRob Herring <robh@kernel.org>
Fri, 1 Mar 2024 21:53:41 +0000 (15:53 -0600)
These bindings are already (better) described in soc/bcm/brcm,bcm2835-pm.yaml.
Drop these obsolete bindings.

Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/ZdC/624d1c8O3NRG@standask-GA-A55M-S2HP
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt [deleted file]

diff --git a/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt b/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt
deleted file mode 100644 (file)
index f801d71..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-BCM2835 Watchdog timer
-
-Required properties:
-
-- compatible : should be "brcm,bcm2835-pm-wdt"
-- reg : Specifies base physical address and size of the registers.
-
-Optional properties:
-
-- timeout-sec   : Contains the watchdog timeout in seconds
-
-Example:
-
-watchdog {
-       compatible = "brcm,bcm2835-pm-wdt";
-       reg = <0x7e100000 0x28>;
-       timeout-sec = <10>;
-};