devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mailbox: apple,mailbox: Add power-domains property
@ 2021-12-09  4:50 Hector Martin
  2021-12-09 16:31 ` Sven Peter
  2021-12-09 17:31 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Hector Martin @ 2021-12-09  4:50 UTC (permalink / raw)
  To: Rob Herring
  Cc: Hector Martin, Sven Peter, Mark Kettenis, Alyssa Rosenzweig,
	linux-arm-kernel, devicetree

This will bind to the PMGR pwrstate nodes that control power/clock
gating to SoC blocks. The mailbox driver doesn't do runtime-pm yet, so
initially this will just keep the domain on permanently.

Signed-off-by: Hector Martin <marcan@marcan.st>
---
 Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml b/Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml
index 2c1704b34e7a..c4255f42e801 100644
--- a/Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml
+++ b/Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml
@@ -56,6 +56,9 @@ properties:
   "#mbox-cells":
     const: 0
 
+  power-domains:
+    maxItems: 1
+
 required:
   - compatible
   - reg
-- 
2.33.0


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

* Re: [PATCH] dt-bindings: mailbox: apple,mailbox: Add power-domains property
  2021-12-09  4:50 [PATCH] dt-bindings: mailbox: apple,mailbox: Add power-domains property Hector Martin
@ 2021-12-09 16:31 ` Sven Peter
  2021-12-09 17:31 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Sven Peter @ 2021-12-09 16:31 UTC (permalink / raw)
  To: Hector Martin, Rob Herring
  Cc: Mark Kettenis, Alyssa Rosenzweig, linux-arm-kernel, devicetree



On Thu, Dec 9, 2021, at 05:50, Hector Martin wrote:
> This will bind to the PMGR pwrstate nodes that control power/clock
> gating to SoC blocks. The mailbox driver doesn't do runtime-pm yet, so
> initially this will just keep the domain on permanently.
>
> Signed-off-by: Hector Martin <marcan@marcan.st>

Reviewed-by: Sven Peter <sven@svenpeter.dev>

> ---
>  Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git 
> a/Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml 
> b/Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml
> index 2c1704b34e7a..c4255f42e801 100644
> --- a/Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml
> +++ b/Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml
> @@ -56,6 +56,9 @@ properties:
>    "#mbox-cells":
>      const: 0
> 
> +  power-domains:
> +    maxItems: 1
> +
>  required:
>    - compatible
>    - reg
> -- 
> 2.33.0

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

* Re: [PATCH] dt-bindings: mailbox: apple,mailbox: Add power-domains property
  2021-12-09  4:50 [PATCH] dt-bindings: mailbox: apple,mailbox: Add power-domains property Hector Martin
  2021-12-09 16:31 ` Sven Peter
@ 2021-12-09 17:31 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2021-12-09 17:31 UTC (permalink / raw)
  To: Hector Martin
  Cc: Mark Kettenis, Rob Herring, Alyssa Rosenzweig, Sven Peter,
	devicetree, linux-arm-kernel

On Thu, 09 Dec 2021 13:50:42 +0900, Hector Martin wrote:
> This will bind to the PMGR pwrstate nodes that control power/clock
> gating to SoC blocks. The mailbox driver doesn't do runtime-pm yet, so
> initially this will just keep the domain on permanently.
> 
> Signed-off-by: Hector Martin <marcan@marcan.st>
> ---
>  Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

end of thread, other threads:[~2021-12-09 17:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09  4:50 [PATCH] dt-bindings: mailbox: apple,mailbox: Add power-domains property Hector Martin
2021-12-09 16:31 ` Sven Peter
2021-12-09 17:31 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).