From patchwork Wed Dec 15 10:58:45 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre TORGUE X-Patchwork-Id: 12696244 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C3A19C433EF for ; Wed, 15 Dec 2021 11:00:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=lYY1Le2OjnJ56xXRdiZ7S6RXmcXzIBNpeChAb2fGNiw=; b=4BscvSBmmqEmWD ZhYyP0hnuZgQcr1EAgDqnPJ/gUa2yZcQ1JPwedMRwgmAJ7NllZuTSLk28iCvzYyLHUDQnzBkP0W8d o1vjYWhqCIfxYrqDk+YSV91BgrqttZ+PlkyV2RhioK6Nvo3m0eqwW+RlVtEb3AjmVTtHntQWOd5Z2 MYjXpuzmQWTMOcAICNhCTdY2mMV0M1AWcEXEvIiSvptmcYW0r6Bqooi4a80j05NKCTLjN1+XvKt/x mDlYp4QPEUIAtUtVP9b2tkxXgL44BBzo0nMQ7aB7zBTorPAyGNMxlQzgy0ymokdtIDPr9VO9A5qsy 67ghelOYe/Ylyk31XNeQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxS0E-000LHh-2g; Wed, 15 Dec 2021 10:59:19 +0000 Received: from mx07-00178001.pphosted.com ([185.132.182.106]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxS03-000LDC-H7 for linux-arm-kernel@lists.infradead.org; Wed, 15 Dec 2021 10:59:11 +0000 Received: from pps.filterd (m0241204.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 1BF8xc5o015267; Wed, 15 Dec 2021 11:58:54 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=selector1; bh=fxCRXpeKeVQqkPAsiZl8T2m7WvryL9rb7qxj3EPPyV4=; b=zj4c2gfFtID+sjJ5K/ae8CCmly9VzfDFoTiOcO/6ysFtfI2Yauxkn7yQKVGTTI+m1R5i vN/l1B/rX2SPv3An8z3rWd2mBBCi0vPuSkiHMJSCa/nyZwRkzi0GzgexBi5bYRJd5tHg Qw7BgumxZZgbt4UkTyzVZQUvEdw4vUvcaAGr8EfIKuKZDEbhk1DgvJ9uDpf7+RPjOyuQ QEzBtC6lowtv4IisLrCIMa6n3nCRBoIZDr2vBynBtIHClVBRBZRUjJFM/8Sfi6LotNtE DLlHRVOLRPLsOPMUY47/bGr6sraFiVj9Kx+UGt01IYM+YMc1PJJc/pDruvT0eRp8c4UB 2A== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3cxrthy01a-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 15 Dec 2021 11:58:54 +0100 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 17A8910002A; Wed, 15 Dec 2021 11:58:54 +0100 (CET) Received: from Webmail-eu.st.com (sfhdag2node2.st.com [10.75.127.5]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 0EF1B235F6C; Wed, 15 Dec 2021 11:58:54 +0100 (CET) Received: from localhost (10.75.127.48) by SFHDAG2NODE2.st.com (10.75.127.5) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Wed, 15 Dec 2021 11:58:53 +0100 From: Alexandre Torgue To: Thomas Gleixner , Marc Zyngier , Rob Herring CC: , , , , Subject: [PATCH v2 3/5] dt-bindings: interrupt-controller: stm32-exti: document st, stm32mp13-exti Date: Wed, 15 Dec 2021 11:58:45 +0100 Message-ID: <20211215105847.2328-4-alexandre.torgue@foss.st.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20211215105847.2328-1-alexandre.torgue@foss.st.com> References: <20211215105847.2328-1-alexandre.torgue@foss.st.com> MIME-Version: 1.0 X-Originating-IP: [10.75.127.48] X-ClientProxiedBy: SFHDAG2NODE1.st.com (10.75.127.4) To SFHDAG2NODE2.st.com (10.75.127.5) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.11.62.513 definitions=2021-12-15_08,2021-12-14_01,2021-12-02_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211215_025908_122151_A2B447A9 X-CRM114-Status: GOOD ( 10.86 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Support of STM32MP13 SoC implies a new EXTI-GIC mapping. Signed-off-by: Alexandre Torgue Acked-by: Rob Herring diff --git a/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.yaml b/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.yaml index e08bb51e97a8..532425b1e5bb 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/st,stm32-exti.yaml @@ -20,6 +20,7 @@ properties: - items: - enum: - st,stm32mp1-exti + - st,stm32mp13-exti - const: syscon "#interrupt-cells":