Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp1366409pxb; Fri, 21 Jan 2022 16:39:27 -0800 (PST) X-Google-Smtp-Source: ABdhPJzQb8oar52F/CkBmikAs5TYmkwA5ZSrZlKON5KB+joI8ThdV0uiFEpXnzsP6IeBKbyNMflX X-Received: by 2002:a63:82c2:: with SMTP id w185mr3185310pgd.16.1642811967372; Fri, 21 Jan 2022 16:39:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1642811967; cv=none; d=google.com; s=arc-20160816; b=1DuUCPfrvoN/dWzG0DmpXWhoSc1CU5T1UI0VeuTkdAivgJ10IcIK6ffKHf6fGwNZWK zxp6IAinCVl9HToflIyB3Cc7eysntlJJJHXOpe0B6eg9dpVOmxp92Et0kGbvnfMIiUXN /jbSgTwN3ZKAQPUyVUXcVpKf7lW1shVlRjFLcG6mtKMRuThNMT5lvajXgR12WBqAv+PL wfQxhZLxXprxMWhKNYEEV/ZaNURyA6+ukHuEPHwNL2zrTtd0awP/fpCUoG8SOsbNWPg5 MHVrSinw+R9lWovNYug1swUF5kqdXX0N6BYQRuLztdMwHPoaovi/D6Lx3xc5JmPjqLxx 891Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=8Yy5nSQG4ZzhYRXgYvZXrkDTDbnielFHbgo723DlDdg=; b=t2E0hsso1nPbTfgTg2tUew8qMvrDcKaHcWYREjxd/U76f0Qcgd77LtpSxsV5uWh7mG P8J8VaiLOk5IBO2kJLBTmrGxUz25pkI9YW89yeWL51ywq4awIiU60vZw5wClHB4MnyOd n8htSkS4EdOSjrwgqi9tM4Ke7va6Ljxy18lTRJFPVUpFCl2hbkzoVHfkzoGNqzlHKwUA bsad5uYjVA3I3JxwejJ/EOOp/w6ofNizKVlwjGl7zR5HDHApm2VHIOinN8Hrz2ik1frr kLgLrQGyxSGoUzeHzJ6z8aiKIqVEWcGK09IW+tlMMTmrVOQkN8rHoOHOouz/ubPi07r9 UC5w== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b8si736295plg.363.2022.01.21.16.39.15; Fri, 21 Jan 2022 16:39:27 -0800 (PST) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379310AbiAUH6U (ORCPT + 99 others); Fri, 21 Jan 2022 02:58:20 -0500 Received: from mx1.cqplus1.com ([113.204.237.245]:55878 "EHLO mx1.cqplus1.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349287AbiAUH6H (ORCPT ); Fri, 21 Jan 2022 02:58:07 -0500 X-MailGates: (flag:4,DYNAMIC,BADHELO,RELAY,NOHOST:PASS)(compute_score:DE LIVER,40,3) Received: from 172.28.114.216 by mx1.cqplus1.com with MailGates ESMTP Server V5.0(24938:0:AUTH_RELAY) (envelope-from ); Fri, 21 Jan 2022 15:53:25 +0800 (CST) From: Qin Jian To: robh+dt@kernel.org Cc: mturquette@baylibre.com, sboyd@kernel.org, tglx@linutronix.de, maz@kernel.org, p.zabel@pengutronix.de, linux@armlinux.org.uk, broonie@kernel.org, arnd@arndb.de, stefan.wahren@i2se.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, wells.lu@sunplus.com, Qin Jian , Rob Herring Subject: [PATCH v8 07/10] dt-bindings: interrupt-controller: Add bindings for SP7021 interrupt controller Date: Fri, 21 Jan 2022 15:53:15 +0800 Message-Id: <5e7f28ecab70fbe39727ace4758a306afe723dd1.1642751015.git.qinjian@cqplus1.com> X-Mailer: git-send-email 2.33.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add documentation to describe Sunplus SP7021 interrupt controller bindings. Reviewed-by: Rob Herring Signed-off-by: Qin Jian --- .../sunplus,sp7021-intc.yaml | 62 +++++++++++++++++++ MAINTAINERS | 1 + 2 files changed, 63 insertions(+) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/sunplus,sp7021-intc.yaml diff --git a/Documentation/devicetree/bindings/interrupt-controller/sunplus,sp7021-intc.yaml b/Documentation/devicetree/bindings/interrupt-controller/sunplus,sp7021-intc.yaml new file mode 100644 index 000000000..5daeab63c --- /dev/null +++ b/Documentation/devicetree/bindings/interrupt-controller/sunplus,sp7021-intc.yaml @@ -0,0 +1,62 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +# Copyright (C) Sunplus Co., Ltd. 2021 +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/interrupt-controller/sunplus,sp7021-intc.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Sunplus SP7021 SoC Interrupt Controller Device Tree Bindings + +maintainers: + - Qin Jian + +properties: + compatible: + items: + - const: sunplus,sp7021-intc + + interrupt-controller: true + + "#interrupt-cells": + const: 2 + description: + The first cell is the IRQ number, the second cell is the trigger + type as defined in interrupt.txt in this directory. + + reg: + maxItems: 2 + description: + Specifies base physical address(s) and size of the controller regs. + The 1st region include type/polarity/priority/mask regs. + The 2nd region include clear/masked_ext0/masked_ext1/group regs. + + interrupts: + maxItems: 2 + description: + EXT_INT0 & EXT_INT1, 2 interrupts references to primary interrupt + controller. + +required: + - compatible + - interrupt-controller + - "#interrupt-cells" + - reg + - interrupts + +additionalProperties: false + +examples: + - | + #include + + intc: interrupt-controller@9c000780 { + compatible = "sunplus,sp7021-intc"; + interrupt-controller; + #interrupt-cells = <2>; + reg = <0x9c000780 0x80>, <0x9c000a80 0x80>; + interrupt-parent = <&gic>; + interrupts = , /* EXT_INT0 */ + ; /* EXT_INT1 */ + }; + +... diff --git a/MAINTAINERS b/MAINTAINERS index 5069f552f..6b3bbe021 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2662,6 +2662,7 @@ S: Maintained W: https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview F: Documentation/devicetree/bindings/arm/sunplus,sp7021.yaml F: Documentation/devicetree/bindings/clock/sunplus,sp7021-clkc.yaml +F: Documentation/devicetree/bindings/interrupt-controller/sunplus,sp7021-intc.yaml F: Documentation/devicetree/bindings/reset/sunplus,reset.yaml F: drivers/clk/clk-sp7021.c F: drivers/reset/reset-sunplus.c -- 2.33.1