From patchwork Tue May 3 14:55:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabien Dessenne X-Patchwork-Id: 12835879 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 536E5C433F5 for ; Tue, 3 May 2022 14:57:12 +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: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:In-Reply-To:References: List-Owner; bh=Tt5q3ld4fQ+41ddk/b1in6aeiyJG1rGQvm0ver/xHwg=; b=jz3QMPxM4yZZP4 +IcOKga3wRC4ZFnBreoQpRrx51uIZHo5WboQk9r6RvD420ikJoc4b1Ac0qvFb19YyOUUulaq9vZKT e5U9dhIEooqA0CYguW6w5FbeRT9fQfHOzHrzbz6+ZyMHyhwD4uwiz3eZdm2JYSzpJHkEV50Iy4TTb vCBtTfSYKp0dYd/uqDM/Q25emt7DyiW9KMxU4SMpWFpOLk/AVXT3F4WyHoDpXc6LlsQNjXZzlTx/O 9NMststpuNEGWPfOUhwPALkKf+tDBDug0qqRsmxA5d3zaoqJBauVORDbdD+1G1/cL/ohyVZbbrWkb Q5ACz09lkg4L9suQQYXw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nltwf-006MuN-BG; Tue, 03 May 2022 14:56:09 +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 1nltwZ-006Mqi-LX for linux-arm-kernel@lists.infradead.org; Tue, 03 May 2022 14:56:06 +0000 Received: from pps.filterd (m0288072.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 2439XtPB026397; Tue, 3 May 2022 16:55:55 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=selector1; bh=ZMxFA8J6k2ZHjDdGldD6Mpf4+zfmwkih2pJgfqKGO2o=; b=WbbqGKLfLCcvGWX1NExy7bQjJsyXoqze5LhRXHgdcf351cszLxOPwSVL824Dhzdv5CDu Pq9ZCZO+sN6vF4co4dmOwDugZg/EHnNJXT1VYHRp8mFLXas4GsIze+hAdkQ/JMdM6rmy nyc6BFgF/aT/rJrig3Oy2cgGBjPsmz/Gfzrmbe60qJTmeaU95yGSkVJ+TW8JgN2t4cdS u/UlO9k8HfTG2SYhYFPWp5XgtvH8b2IobizcSRfdQCSF63hb5mbqXukp0XUBUyKE420t lqNRlgxvnuj/ktG09xEjlMVYh5R11+A4TmeUgDEAxFGP/f5Yk/pM40cQJNjREF5OsA7A Gw== 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 3frthjq1t2-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 03 May 2022 16:55:55 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 4BA8310002A; Tue, 3 May 2022 16:55:55 +0200 (CEST) Received: from Webmail-eu.st.com (sfhdag2node2.st.com [10.75.127.5]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 453F9226FB4; Tue, 3 May 2022 16:55:55 +0200 (CEST) Received: from localhost (10.75.127.50) by SFHDAG2NODE2.st.com (10.75.127.5) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Tue, 3 May 2022 16:55:54 +0200 From: Fabien Dessenne To: Rob Herring , Jassi Brar , Maxime Coquelin , Alexandre Torgue , , , , CC: Fabien Dessenne Subject: [PATCH 0/2] dt-bindings/ stm32 dts: remove the IPCC "wakeup" IRQ Date: Tue, 3 May 2022 16:55:52 +0200 Message-ID: <20220503145552.525733-1-fabien.dessenne@foss.st.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.75.127.50] X-ClientProxiedBy: SFHDAG2NODE3.st.com (10.75.127.6) To SFHDAG2NODE2.st.com (10.75.127.5) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.858,Hydra:6.0.486,FMLib:17.11.64.514 definitions=2022-05-03_06,2022-05-02_03,2022-02-23_01 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220503_075604_062264_55A65D4C X-CRM114-Status: GOOD ( 12.68 ) 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 The stm32 mailbox (ipcc) dt-bindings and dts define a "wakeup" interrupt which is not used by the ipcc driver, so remove it. Fabien Dessenne (2): dt-bindings: mailbox: remove the IPCC "wakeup" IRQ ARM: dts: stm32: remove the IPCC "wakeup" IRQ on stm32mp151 .../devicetree/bindings/mailbox/st,stm32-ipcc.yaml | 11 +++-------- arch/arm/boot/dts/stm32mp151.dtsi | 7 +++---- 2 files changed, 6 insertions(+), 12 deletions(-)