From patchwork Wed Oct 30 13:57:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabien DESSENNE X-Patchwork-Id: 1186733 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=st.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=st.com header.i=@st.com header.b="VVUvr1Iw"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 47394h5t84z9sQm for ; Thu, 31 Oct 2019 00:57:24 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726171AbfJ3N5X (ORCPT ); Wed, 30 Oct 2019 09:57:23 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:56261 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726302AbfJ3N5W (ORCPT ); Wed, 30 Oct 2019 09:57:22 -0400 Received: from pps.filterd (m0046037.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x9UDq1OP024877; Wed, 30 Oct 2019 14:57:08 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=st.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=STMicroelectronics; bh=QKo/9fN+f54Fn31rBbADW5d5ju6BrmDtlBQ2YwVrR3g=; b=VVUvr1IwdcgscCQrI6Q6WRD4Q1YV/SLJe+EcU2DUUqYaqVAiknDvPBWJsu0d9n/2lKF3 GvSeG9XWi6YzMWuhcBi7pTCNooXCSnw24L3398YdjADZYLP08hYactHkzoDsYUyemOvB KuA+Ikr8l+IgfmXjLIsCQ4erPuPbrI4frzwbthnVREofrM9uBtMWQr+OSdi8rwnD2DFX YnQowJW8JXC/YvYDK8sFAZpio7AP2k8tMBKVHBIhL0cFRtTRg4N2amBmNacFnledbeGp QTujANE40xdY9ODHeQH0o7T6DEYwmMbvviMD98XjRYkgkpHv5RsD32oUrKYA37clmY3y sA== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 2vxwhe41w6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 30 Oct 2019 14:57:08 +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 D3A5D10002A; Wed, 30 Oct 2019 14:57:06 +0100 (CET) Received: from Webmail-eu.st.com (Safex1hubcas22.st.com [10.75.90.92]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id C392F2C07FB; Wed, 30 Oct 2019 14:57:06 +0100 (CET) Received: from SAFEX1HUBCAS24.st.com (10.75.90.95) by Safex1hubcas22.st.com (10.75.90.92) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 30 Oct 2019 14:57:06 +0100 Received: from localhost (10.201.23.25) by webmail-ga.st.com (10.75.90.48) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 30 Oct 2019 14:57:06 +0100 From: Fabien Dessenne To: Rob Herring , Mark Rutland , Jassi Brar , Maxime Coquelin , Alexandre Torgue , , , , CC: Fabien Dessenne Subject: [PATCH v2 1/2] dt-bindings: mailbox: stm32-ipcc: Updates for wakeup management Date: Wed, 30 Oct 2019 14:57:00 +0100 Message-ID: <1572443821-28112-2-git-send-email-fabien.dessenne@st.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1572443821-28112-1-git-send-email-fabien.dessenne@st.com> References: <1572443821-28112-1-git-send-email-fabien.dessenne@st.com> MIME-Version: 1.0 X-Originating-IP: [10.201.23.25] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.95,1.0.8 definitions=2019-10-30_06:2019-10-30,2019-10-30 signatures=0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The wakeup specific IRQ management is no more needed to wake up the stm32 platform. Signed-off-by: Alexandre Torgue Signed-off-by: Fabien Dessenne Acked-by: Rob Herring --- Documentation/devicetree/bindings/mailbox/stm32-ipcc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/mailbox/stm32-ipcc.txt b/Documentation/devicetree/bindings/mailbox/stm32-ipcc.txt index 1d2b7fe..139c06a 100644 --- a/Documentation/devicetree/bindings/mailbox/stm32-ipcc.txt +++ b/Documentation/devicetree/bindings/mailbox/stm32-ipcc.txt @@ -14,9 +14,9 @@ Required properties: property. Must contain the following entries: - "rx" - "tx" - - "wakeup" - interrupts: Interrupt specifiers for "rx channel occupied", "tx channel - free" and "system wakeup". + free". If "wakeup-source" is set the rx interrupt is the + one used to wake up the system. - #mbox-cells: Number of cells required for the mailbox specifier. Must be 1. The data contained in the mbox specifier of the "mboxes" property in the client node is the mailbox channel index.