Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp4746445yba; Wed, 10 Apr 2019 04:10:42 -0700 (PDT) X-Google-Smtp-Source: APXvYqyAIZ4DrMLz1y80tQhsSmnm7qJ5IuqhsmP1WPHuPiK7zKAdODuKtXCeO/H/iVPFn89VBBeE X-Received: by 2002:a17:902:4501:: with SMTP id m1mr14517402pld.290.1554894641920; Wed, 10 Apr 2019 04:10:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554894641; cv=none; d=google.com; s=arc-20160816; b=haz0c8+3gffGh8kfxUmOeq8n19rFo7QKVrZREQSwLhPPl0YlDviH+RGogkIKul40rE CkCdiLG2a1ey+qan6z0jne48yBZMPGZfh095DMMA8mRwjWwgWhshAeUHKgEggYMMKNCn zzOiKMkBPOdQ8JuVbV8yBk+1NzY8qLtbkqEHu2NfrUjltOTbio7c4UiIz71v79K3mHXd xX1rAbsU0y0JnvOYIp70BkjeoRl+nyPhW0ab31HhjT5gmqAxm/HNCNMdUhC1XVaYVjnT 93n/4iXBz8KRVe+zJlpqGH2Bf64o5oamLhCH/iP07giLW56HYcwwPv79j5Ct+WZE26pa ECDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=uashHw+a7SnZI5RjIFAVgewJ9tjI5cwHNUlnb/qQ09E=; b=xRDYvp2N19YY8yXxEHViANxudoBcpfe5EWnVN75+Tigi1J6z8LvW41nkIKZELZIsRr wSnOFBiaQZUZT9YcKvy/pAaALYlDqfxks8X4bhDgNhLQ2pCeII8vk2uL5To93Mz1im4u gJZ70ALjHE37lvub2/X4jtGW2POl3m9ig2M1KaC6N1UFbDiK2gCGKx08Y3zXflbHOU5E NhFWHmdQ44f2AQfAzeQiaY2TZkuCg5ce8yBAfcFfnhhXJ+wULz6U9wyy7ffUslmmDGOz YUjTg1FGQqE6j6afXstlRyNSiwak5XAs2zZFzJsCizHl/RMydhoCr1KDHZOOavpJPfDP LWGg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g34si31915642pld.115.2019.04.10.04.10.26; Wed, 10 Apr 2019 04:10:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730649AbfDJKjp (ORCPT + 99 others); Wed, 10 Apr 2019 06:39:45 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:49561 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727943AbfDJKjp (ORCPT ); Wed, 10 Apr 2019 06:39:45 -0400 Received: from localhost (alyon-652-1-42-177.w109-213.abo.wanadoo.fr [109.213.33.177]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 725D3100008; Wed, 10 Apr 2019 10:39:41 +0000 (UTC) From: Alexandre Belloni To: Linus Walleij , Bartosz Golaszewski Cc: Vladimir Zapolskiy , devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Alexandre Belloni , Rob Herring Subject: [PATCH 1/3] dt-bindings: gpio: lpc32xx: document interrupt bindings Date: Wed, 10 Apr 2019 12:39:24 +0200 Message-Id: <20190410103926.8781-2-alexandre.belloni@bootlin.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190410103926.8781-1-alexandre.belloni@bootlin.com> References: <20190410103926.8781-1-alexandre.belloni@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some of the LPC32xx gpios are wired directly to one of the interrupt controllers while port 0 and port 1 share the same interrupt for their interrupt capable gpios. Cc: Rob Herring Signed-off-by: Alexandre Belloni --- Documentation/devicetree/bindings/gpio/gpio_lpc32xx.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/gpio/gpio_lpc32xx.txt b/Documentation/devicetree/bindings/gpio/gpio_lpc32xx.txt index 49819367a011..e7957a17e4db 100644 --- a/Documentation/devicetree/bindings/gpio/gpio_lpc32xx.txt +++ b/Documentation/devicetree/bindings/gpio/gpio_lpc32xx.txt @@ -16,6 +16,10 @@ Required properties: 3) optional parameters: - bit 0 specifies polarity (0 for normal, 1 for inverted) - reg: Index of the GPIO group +- interrupts: Should be the interrupt shared by port 0 and port 1 and the + interrupts for individual pins from port 3. +- interrupt-names : Should be the names of irq resources. The shared port + interrupt is named "p01", the other use the pin names. Example: -- 2.20.1