From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe.C Subject: [PATCH v3 6/7] dt-bindings: add irq domain parent binding Date: Thu, 9 Oct 2014 22:29:39 +0800 Message-ID: <1412864980-20273-7-git-send-email-yingjoe.chen@mediatek.com> References: <1412864980-20273-1-git-send-email-yingjoe.chen@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1412864980-20273-1-git-send-email-yingjoe.chen@mediatek.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: arm@kernel.org, Rob Herring , Thomas Gleixner , Jiang Liu , Marc Zyngier , Mark Rutland Cc: Benjamin Herrenschmidt , Sricharan R , Florian Fainelli , Russell King , yingjoe.chen@gmail.com, yh.chen@mediatek.com, nathan.chung@mediatek.com, Grant Likely , "Joe.C" , Arnd Bergmann , devicetree@vger.kernel.org, Jason Cooper , Pawel Moll , Matt Porter , Marc Carino , Matthias Brugger , eddie.huang@mediatek.com, linux-arm-kernel@lists.infradead.org, srv_heupstream@mediatek.com, hc.yen@mediatek.com, linux-kernel@vger.kernel.org, Santosh Shilimkar , Sascha Hauer , Olof Johansson List-Id: devicetree@vger.kernel.org From: "Joe.C" Add "arm,irq-domain-hierarchy" optional property. Signed-off-by: Joe.C --- Documentation/devicetree/bindings/arm/gic.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/gic.txt b/Documentation/devicetree/bindings/arm/gic.txt index c7d2fa1..f0bb759 100644 --- a/Documentation/devicetree/bindings/arm/gic.txt +++ b/Documentation/devicetree/bindings/arm/gic.txt @@ -68,6 +68,8 @@ Example: <0xfff10100 0x100>; }; +- arm,irq-domain-hierarchy : When this property exists, gic will be used as + parent for hierarchy irq domain. * GIC virtualization extensions (VGIC) -- 1.8.1.1.dirty