Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756521AbbBHPgD (ORCPT ); Sun, 8 Feb 2015 10:36:03 -0500 Received: from mail-la0-f44.google.com ([209.85.215.44]:46425 "EHLO mail-la0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756123AbbBHPf7 (ORCPT ); Sun, 8 Feb 2015 10:35:59 -0500 From: Rabin Vincent To: jesper.nilsson@axis.com Cc: linux-cris-kernel@axis.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rabin Vincent Subject: [PATCH 3/4] CRIS: document CRISv32 intc bindings Date: Sun, 8 Feb 2015 16:35:44 +0100 Message-Id: <1423409745-2230-3-git-send-email-rabin@rab.in> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1423409745-2230-1-git-send-email-rabin@rab.in> References: <1423409745-2230-1-git-send-email-rabin@rab.in> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1371 Lines: 40 Add the DT bindings documentation for the CRISV32 interrupt controller. Signed-off-by: Rabin Vincent --- .../interrupt-controller/axis,crisv32-intc.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/axis,crisv32-intc.txt diff --git a/Documentation/devicetree/bindings/interrupt-controller/axis,crisv32-intc.txt b/Documentation/devicetree/bindings/interrupt-controller/axis,crisv32-intc.txt new file mode 100644 index 0000000..3726f14 --- /dev/null +++ b/Documentation/devicetree/bindings/interrupt-controller/axis,crisv32-intc.txt @@ -0,0 +1,18 @@ +Axis CRISv32 interrupt controller + +Required properties: +- compatible: Compatible property value should be "axis,cris32-intc" + +- reg: Physical base address of the controller and length of memory mapped + region. + +- interrupt-controller : Identifies the node as an interrupt controller + +Example: + +interrupt-controller { + compatible = "axis,crisv32-intc"; + interrupt-controller; + reg = <0xb001c000 0x1000>; + #interrupt-cells = <1>; +}; -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/