devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/14] powerpc/vas: Describe vas-port and interrupts properties
@ 2019-11-27  1:02 Haren Myneni
  2019-12-05 20:36 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Haren Myneni @ 2019-11-27  1:02 UTC (permalink / raw)
  To: linuxppc-dev, devicetree, mpe, npiggin, mikey, herbert; +Cc: sukadev, hbabu

[PATCH 01/14] powerpc/vas: Describe vas-port and interrupts properties

Signed-off-by: Haren Myneni <haren@us.ibm.com>
---
 Documentation/devicetree/bindings/powerpc/ibm,vas.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/powerpc/ibm,vas.txt b/Documentation/devicetree/bindings/powerpc/ibm,vas.txt
index bf11d2f..12de08b 100644
--- a/Documentation/devicetree/bindings/powerpc/ibm,vas.txt
+++ b/Documentation/devicetree/bindings/powerpc/ibm,vas.txt
@@ -11,6 +11,8 @@ Required properties:
   window context start and length, OS/User window context start and length,
   "Paste address" start and length, "Paste window id" start bit and number
   of bits)
+- ibm,vas-port : Port address for the interrupt.
+- interrupts: IRQ value for each VAS instance and level.
 
 Example:
 
@@ -18,5 +20,8 @@ Example:
 		compatible = "ibm,vas", "ibm,power9-vas";
 		reg = <0x6019100000000 0x2000000 0x6019000000000 0x100000000 0x8000000000000 0x100000000 0x20 0x10>;
 		name = "vas";
+		interrupts = <0x1f 0>;
+		interrupt-parent = <&mpic>;
 		ibm,vas-id = <0x1>;
+		ibm,vas-port = <0x6010001000000>;
 	};
-- 
1.8.3.1




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

* Re: [PATCH 01/14] powerpc/vas: Describe vas-port and interrupts properties
  2019-11-27  1:02 [PATCH 01/14] powerpc/vas: Describe vas-port and interrupts properties Haren Myneni
@ 2019-12-05 20:36 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2019-12-05 20:36 UTC (permalink / raw)
  To: Haren Myneni
  Cc: linuxppc-dev, devicetree, mpe, npiggin, mikey, herbert, sukadev, hbabu

On Tue, Nov 26, 2019 at 05:02:03PM -0800, Haren Myneni wrote:
> [PATCH 01/14] powerpc/vas: Describe vas-port and interrupts properties

Something wrong here with the subject in the body.

> 
> Signed-off-by: Haren Myneni <haren@us.ibm.com>
> ---
>  Documentation/devicetree/bindings/powerpc/ibm,vas.txt | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/powerpc/ibm,vas.txt b/Documentation/devicetree/bindings/powerpc/ibm,vas.txt
> index bf11d2f..12de08b 100644
> --- a/Documentation/devicetree/bindings/powerpc/ibm,vas.txt
> +++ b/Documentation/devicetree/bindings/powerpc/ibm,vas.txt
> @@ -11,6 +11,8 @@ Required properties:
>    window context start and length, OS/User window context start and length,
>    "Paste address" start and length, "Paste window id" start bit and number
>    of bits)
> +- ibm,vas-port : Port address for the interrupt.

What's the size of this property?

> +- interrupts: IRQ value for each VAS instance and level.
>  
>  Example:
>  
> @@ -18,5 +20,8 @@ Example:
>  		compatible = "ibm,vas", "ibm,power9-vas";
>  		reg = <0x6019100000000 0x2000000 0x6019000000000 0x100000000 0x8000000000000 0x100000000 0x20 0x10>;
>  		name = "vas";
> +		interrupts = <0x1f 0>;
> +		interrupt-parent = <&mpic>;
>  		ibm,vas-id = <0x1>;
> +		ibm,vas-port = <0x6010001000000>;
>  	};
> -- 
> 1.8.3.1
> 
> 
> 

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

end of thread, other threads:[~2019-12-05 20:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-27  1:02 [PATCH 01/14] powerpc/vas: Describe vas-port and interrupts properties Haren Myneni
2019-12-05 20:36 ` 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).