public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: watchdog: drop obsolete brcm,bcm2835-pm-wdt bindings
@ 2024-02-17 14:17 Stanislav Jakubek
  2024-02-17 20:35 ` Conor Dooley
  2024-03-01 21:40 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Stanislav Jakubek @ 2024-02-17 14:17 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Florian Fainelli, Ray Jui, Scott Branden
  Cc: bcm-kernel-feedback-list, linux-watchdog, devicetree,
	linux-rpi-kernel, linux-arm-kernel, linux-kernel

These bindings are already (better) described in soc/bcm/brcm,bcm2835-pm.
Drop these obsolete bindings.

Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com>
---
 .../bindings/watchdog/brcm,bcm2835-pm-wdog.txt | 18 ------------------
 1 file changed, 18 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt

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
index f801d71de1cd..000000000000
--- a/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt
+++ /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>;
-};
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: watchdog: drop obsolete brcm,bcm2835-pm-wdt bindings
  2024-02-17 14:17 [PATCH] dt-bindings: watchdog: drop obsolete brcm,bcm2835-pm-wdt bindings Stanislav Jakubek
@ 2024-02-17 20:35 ` Conor Dooley
  2024-03-01 21:40 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2024-02-17 20:35 UTC (permalink / raw)
  To: Stanislav Jakubek
  Cc: Wim Van Sebroeck, Guenter Roeck, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Florian Fainelli, Ray Jui, Scott Branden,
	bcm-kernel-feedback-list, linux-watchdog, devicetree,
	linux-rpi-kernel, linux-arm-kernel, linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1309 bytes --]

On Sat, Feb 17, 2024 at 03:17:15PM +0100, Stanislav Jakubek wrote:
> These bindings are already (better) described in soc/bcm/brcm,bcm2835-pm.
> Drop these obsolete bindings.
> 
> Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.

> ---
>  .../bindings/watchdog/brcm,bcm2835-pm-wdog.txt | 18 ------------------
>  1 file changed, 18 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt
> 
> 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
> index f801d71de1cd..000000000000
> --- a/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt
> +++ /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>;
> -};
> -- 
> 2.34.1
> 

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: watchdog: drop obsolete brcm,bcm2835-pm-wdt bindings
  2024-02-17 14:17 [PATCH] dt-bindings: watchdog: drop obsolete brcm,bcm2835-pm-wdt bindings Stanislav Jakubek
  2024-02-17 20:35 ` Conor Dooley
@ 2024-03-01 21:40 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2024-03-01 21:40 UTC (permalink / raw)
  To: Stanislav Jakubek
  Cc: bcm-kernel-feedback-list, Rob Herring, Florian Fainelli,
	Krzysztof Kozlowski, Conor Dooley, linux-rpi-kernel,
	Guenter Roeck, Ray Jui, linux-watchdog, linux-kernel, devicetree,
	linux-arm-kernel, Wim Van Sebroeck, Scott Branden


On Sat, 17 Feb 2024 15:17:15 +0100, Stanislav Jakubek wrote:
> These bindings are already (better) described in soc/bcm/brcm,bcm2835-pm.
> Drop these obsolete bindings.
> 
> Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com>
> ---
>  .../bindings/watchdog/brcm,bcm2835-pm-wdog.txt | 18 ------------------
>  1 file changed, 18 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt
> 

Applied, thanks!


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-01 21:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-17 14:17 [PATCH] dt-bindings: watchdog: drop obsolete brcm,bcm2835-pm-wdt bindings Stanislav Jakubek
2024-02-17 20:35 ` Conor Dooley
2024-03-01 21:40 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox