Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1533869 > unrolled thread

[RFC PATCH 1/3]Binding: Add a new property string in ITS node to control the two-level route function

Started byMajun <majun258@huawei.com>
First post2016-12-01 08:50 +0100
Last post2016-12-01 08:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [RFC PATCH 1/3]Binding: Add a new property string in ITS node to control the two-level route function Majun <majun258@huawei.com> - 2016-12-01 08:50 +0100

#1533869 — [RFC PATCH 1/3]Binding: Add a new property string in ITS node to control the two-level route function

FromMajun <majun258@huawei.com>
Date2016-12-01 08:50 +0100
Subject[RFC PATCH 1/3]Binding: Add a new property string in ITS node to control the two-level route function
Message-ID<sJuhX-PI-5@gated-at.bofh.it>
From: MaJun <majun258@huawei.com>

Add the two-level-route property in ITS node.
When this property string defined, two-level route(indirect) function
will be enabled in ITS driver, otherwise disable it.

Signed-off-by: MaJun <majun258@huawei.com>
---
 Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.txt b/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.txt
index 4c29cda..e9f4a9c 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.txt
@@ -74,6 +74,8 @@ These nodes must have the following properties:
   which will generate the MSI.
 - reg: Specifies the base physical address and size of the ITS
   registers.
+- two-level-route: This is an optional property which means enable the two level
+  route property when look up route table.
 
 The main GIC node must contain the appropriate #address-cells,
 #size-cells and ranges properties for the reg property of all ITS
@@ -97,6 +99,7 @@ Examples:
 
 		gic-its@2c200000 {
 			compatible = "arm,gic-v3-its";
+			two-level-route;
 			msi-controller;
 			#msi-cells = <1>;
 			reg = <0x0 0x2c200000 0 0x200000>;
-- 
1.7.12.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web