Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp5443796pxu; Thu, 22 Oct 2020 02:25:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy0WUJp8VOiCkmAerau92k2ohMGgNSusoRc5X0NzMaAucD+W8C3mc9sX1GUcLR/fGqArgyq X-Received: by 2002:a50:ec88:: with SMTP id e8mr1281072edr.277.1603358724174; Thu, 22 Oct 2020 02:25:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603358724; cv=none; d=google.com; s=arc-20160816; b=0wPOduVAKtv2T8BPwwvLyTJJ+/BBDzUNHmty1justKcuceqpr5Th/JX+ekYGM/Mwye omw9Z8lX6lQ/UTy9FcpDm0ZfcYnXhjO2iUI6qzubyAYA8Z1SHpd+QjErhOlqGqdnQGmv d2mXxdNyERqhltXvMp6BLuhlGApAVoesP5qb31W+T2jByjssF9N9s0JtDQWWoE9PGTMw jGZ9b/lhgwN2/5OOU1cb+2vZCnoVp2Qwjp55BeE5an4A9FaFbmhL7iKilvqGqnMjf9jd NXkm6eStZTB3Qx9wmFxluL7STk76U4C2ibc9Hyw/0eKaOFgRInX9o2vy3CU/4Uf655DF 1+NQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=qn9cbQzZZt+pZMUy21C3MVNu8ekinygtl87MaBN8ZQg=; b=HZvCT9FE/J8pkHe1FHrI+jUdJADzrmqbG3kp3aXuGlZMu2qnPBAk+UFkH1vXZYPW8b XWisWtaZv2AwJm1Qw9UWldmU+CgiSQGdF5gn6dp8g1NSc9ZIQy9sVbSJ8cVEemc8a+r0 i3HtLJ485IsLRkYUCKHFJ8PUy+scwpXmHA8aP2BYHfAFf5nnBKqh3Xorsf1HCdPJcbbt YV89Z+M6N1bAd386RWAK6/LXNDdelF2gtsVOwI8XoBdVKmAjsXJclrtv7hngpzbU8ytY XYAt5qSgIxA+g/2sGeJVK+QG8LVl+d7j7ygGT4PBFlCg7I7ozKX7rDerl3Ml5e7dQdUr ZR4Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d12si458699ejt.9.2020.10.22.02.25.02; Thu, 22 Oct 2020 02:25:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2509824AbgJVIxp (ORCPT + 99 others); Thu, 22 Oct 2020 04:53:45 -0400 Received: from inva020.nxp.com ([92.121.34.13]:34476 "EHLO inva020.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2509816AbgJVIxn (ORCPT ); Thu, 22 Oct 2020 04:53:43 -0400 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id F24F21A0F01; Thu, 22 Oct 2020 10:53:41 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 704DE1A0E9C; Thu, 22 Oct 2020 10:53:36 +0200 (CEST) Received: from localhost.localdomain (mega.ap.freescale.net [10.192.208.232]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id C4446402F7; Thu, 22 Oct 2020 10:53:28 +0200 (CEST) From: Biwen Li To: shawnguo@kernel.org, robh+dt@kernel.org, mark.rutland@arm.com, leoyang.li@nxp.com, zhiqiang.hou@nxp.com, tglx@linutronix.de, jason@lakedaemon.net, maz@kernel.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, jiafei.pan@nxp.com, xiaobo.xie@nxp.com, linux-arm-kernel@lists.infradead.org, Biwen Li Subject: [PATCH 11/11] dt-bindings: interrupt-controller: update bindings for supporting more SoCs Date: Thu, 22 Oct 2020 16:44:10 +0800 Message-Id: <20201022084410.28249-11-biwen.li@oss.nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201022084410.28249-1-biwen.li@oss.nxp.com> References: <20201022084410.28249-1-biwen.li@oss.nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Biwen Li Update bindings for Layerscape external irqs, support more SoCs(LS1043A, LS1046A, LS1088A, LS208xA, LX216xA) Signed-off-by: Biwen Li --- .../bindings/interrupt-controller/fsl,ls-extirq.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-extirq.txt b/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-extirq.txt index f0ad7801e8cf..6c55eb25cf93 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-extirq.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-extirq.txt @@ -1,6 +1,7 @@ * Freescale Layerscape external IRQs -Some Layerscape SOCs (LS1021A, LS1043A, LS1046A) support inverting +Some Layerscape SOCs (LS1021A, LS1043A, LS1046A +LS1088A, LS208xA, LX216xA) support inverting the polarity of certain external interrupt lines. The device node must be a child of the node representing the @@ -8,6 +9,9 @@ Supplemental Configuration Unit (SCFG). Required properties: - compatible: should be "fsl,-extirq", e.g. "fsl,ls1021a-extirq". + "fsl,ls1043a-extirq": for LS1043A, LS1046A. + "fsl,ls1088a-extirq": for LS1088A, LS208xA, LX216xA. + - #interrupt-cells: Must be 2. The first element is the index of the external interrupt line. The second element is the trigger type. - #address-cells: Must be 0. -- 2.17.1