From patchwork Thu Apr 14 09:47:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Stanley X-Patchwork-Id: 8833581 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id DCD4FC0553 for ; Thu, 14 Apr 2016 09:51:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1BBFA202F2 for ; Thu, 14 Apr 2016 09:51:07 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 40AAC201C7 for ; Thu, 14 Apr 2016 09:51:06 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1aqdti-0004vq-HT; Thu, 14 Apr 2016 09:49:14 +0000 Received: from mail-pa0-x244.google.com ([2607:f8b0:400e:c03::244]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1aqdtJ-0004Ps-2D for linux-arm-kernel@lists.infradead.org; Thu, 14 Apr 2016 09:48:49 +0000 Received: by mail-pa0-x244.google.com with SMTP id zy2so6461601pac.2 for ; Thu, 14 Apr 2016 02:48:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=yRNlWpcf6+u8/n5sCQDRGn26ofwSfUEPJ/oyMWG3VRI=; b=Z/K9Ck2HyOTA3QaomsjA5rHbbDROrVcYNeb/vy/0DhSUlZDYYaIOD7H/7I1LpaZHu4 rdPh6BB9SyngL/KQI89D5aW7M7X9waxdd0rV4GLDKG0/rueIWeNy6Kj9dX7jD3WKw+UT atgGQnjzIAsFwZFdmmKIf+SIJHMfOlhAV8szs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=yRNlWpcf6+u8/n5sCQDRGn26ofwSfUEPJ/oyMWG3VRI=; b=gnCr9p+hCj6QkMYn+0uqOlI80rs54/S7syuCT7ysV6plojjOACUtHkrbm5c0/FE0hi WznYccljygt0L7WP+5ZMhrEC5uZT4/BhkFgPhyKXl/Bc8B9RkpJYK2NmIMNoqAvEpzaj S5oa9plpnrXTxTtABzyHB7z45cNCYb37rqtLyYKG6n0aA4xwivl9rkycEjAYVEMbc4/e gxF4bCAQFcw1rGgNxUbcCeUXyaULvxhOBdW67W/kZYHc/RTIwObQmgMSp2XoNVLjNz23 FRmdSIwgKJc3D5klwFQcKzrVSOBjnmm3uJNxkHgwDVVHM5nuwhzHOOIGQubp/dZ1Z827 Sy7w== X-Gm-Message-State: AOPr4FXbPo6rUQjN/PXj/GlY6P8RTw472t0I65EuG5P9+3YP4vQyEtpOsjT6bQ5D7esjgg== X-Received: by 10.66.237.33 with SMTP id uz1mr19913070pac.5.1460627310351; Thu, 14 Apr 2016 02:48:30 -0700 (PDT) Received: from icarus.au.ibm.com (45-124-201-6.dynamic.cust.unitiwireless.com. [45.124.201.6]) by smtp.gmail.com with ESMTPSA id m10sm56636320pfi.32.2016.04.14.02.48.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 14 Apr 2016 02:48:29 -0700 (PDT) From: Joel Stanley To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/9] doc/devicetree: Add Aspeed VIC bindings Date: Thu, 14 Apr 2016 19:17:42 +0930 Message-Id: <1460627269-21721-3-git-send-email-joel@jms.id.au> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1460627269-21721-1-git-send-email-joel@jms.id.au> References: <1460627269-21721-1-git-send-email-joel@jms.id.au> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160414_024849_230438_E3BC4091 X-CRM114-Status: GOOD ( 12.88 ) X-Spam-Score: -2.7 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: grant.likely@linaro.org, benh@kernel.crashing.org, jk@ozlabs.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Joel Stanley --- .../interrupt-controller/aspeed,ast2400-vic.txt | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-vic.txt diff --git a/Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-vic.txt b/Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-vic.txt new file mode 100644 index 000000000000..10ed0c20ee6f --- /dev/null +++ b/Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-vic.txt @@ -0,0 +1,24 @@ +Aspeed Vectored Interrupt Controller + +These bindings are for the Aspeed AST2400 interrupt controller register layout. +The SoC has an legacy register layout, but this driver does not support that +mode of operation. + +Required properties: + +- compatible : should be "aspeed,ast2400-vic". + +- interrupt-controller : Identifies the node as an interrupt controller +- #interrupt-cells : Specifies the number of cells needed to encode an + interrupt source. The value shall be 1. +- valid-sources : bitmask of valid irq sources + +Example: + + vic: interrupt-controller { + compatible = "aspeed,ast2400-new-vic"; + interrupt-controller; + #interrupt-cells = <1>; + valid-sources = < 0xffffffff 0x0007ffff>; + reg = <0x1e6c0080 0x80>; + };