Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp614798ybp; Wed, 9 Oct 2019 01:12:34 -0700 (PDT) X-Google-Smtp-Source: APXvYqysN31jii2WtTKyau/rshpJ31gFYvC7hKk0s+u2DbZUuV3IASnJ8JCgU1Rg39wcgZPdY0+i X-Received: by 2002:a50:c90d:: with SMTP id o13mr1782295edh.85.1570608754120; Wed, 09 Oct 2019 01:12:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570608754; cv=none; d=google.com; s=arc-20160816; b=CZThkX/05pR4rcXQRC1Ybu4xOzHG+s9/KUGGHFjP70auSFgef41toGi+rjlFnFzpIe DW5ucGDgZwu0F1OBgv3d0UyWbUU2+8+Vga/2gOGfH++LSJC25ygDAMs5BWKUn2UDdf6h ECp3hWLKdrtvLQB4XFCisnEoCg0MX0NVwloEoL6Ko4iiykHiAdB1UvCi7ZJgzTdIWfbY lvTzmcuzgMGCs+7D6c5xYA44omsBuJv/ZwAQXJt1+hgfh8YbhtWmi6OLqTrsDsElnRXG zwo44zrNI/G6M34Ie39KcIl8HX8y0aEieNxNBsEgO+M1ecbRiRhXHVTY1uR8qm5ofGEW LjMw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=CBTwY+yZY6yn3oRsAppAIEELDCWvBpl1IfxCpiCSwEk=; b=tANp2pGLbqCJgOIY+VH44V7nNs7HIKd/BI/4QRcuj/SQZL+e1pxov1mBBAfm6JJdcO k+6Tzcc/bvx3Pwt08LQZv55sBreSuKT4PI9vki6vMLTRjrBMEYoIDjKT3OVBTyXX2sWI lptsdkBtwc5zV87XfhEZJ6JqrasozV7Ygim3BnC+tpEBfw6TJ01gM9TySoOLu3LfXt9t ighOChA+RFyuOS7wgdtIf/kSLxsVvbnaTe3LfV/3C3EwCSRz6VMc8RDJfXN9bG0MmoFk QbZsT0fRrxS2EXAaUMBaXd2qx8Pj19QrM0NbVen5z8JDXswRYEYn79LZnO6LOoyen/rA 7wdw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 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. [209.132.180.67]) by mx.google.com with ESMTP id b25si725079eja.198.2019.10.09.01.12.10; Wed, 09 Oct 2019 01:12:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 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 S1730249AbfJIIJr (ORCPT + 99 others); Wed, 9 Oct 2019 04:09:47 -0400 Received: from inva020.nxp.com ([92.121.34.13]:53892 "EHLO inva020.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725935AbfJIIJr (ORCPT ); Wed, 9 Oct 2019 04:09:47 -0400 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id AFAA91A039B; Wed, 9 Oct 2019 10:09:45 +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 A95891A0397; Wed, 9 Oct 2019 10:09:41 +0200 (CEST) Received: from localhost.localdomain (shlinux2.ap.freescale.net [10.192.224.44]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id A21154030D; Wed, 9 Oct 2019 16:09:34 +0800 (SGT) From: Richard Zhu To: jassisinghbrar@gmail.com, o.rempel@pengutronix.de, daniel.baluta@nxp.com, aisheng.dong@nxp.com Cc: linux-imx@nxp.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Richard Zhu Subject: [PATCH v6 3/4] dt-bindings: mailbox: imx-mu: add imx7ulp MU support Date: Wed, 9 Oct 2019 16:07:20 +0800 Message-Id: <1570608441-29651-4-git-send-email-hongxing.zhu@nxp.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1570608441-29651-1-git-send-email-hongxing.zhu@nxp.com> References: <1570608441-29651-1-git-send-email-hongxing.zhu@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There is a version 1.0 MU on imx7ulp, use "fsl,imx7ulp-mu" compatible to support it. Signed-off-by: Richard Zhu Reviewed-by: Dong Aisheng --- Documentation/devicetree/bindings/mailbox/fsl,mu.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/mailbox/fsl,mu.txt b/Documentation/devicetree/bindings/mailbox/fsl,mu.txt index f3cf77e..9c43357 100644 --- a/Documentation/devicetree/bindings/mailbox/fsl,mu.txt +++ b/Documentation/devicetree/bindings/mailbox/fsl,mu.txt @@ -21,6 +21,8 @@ Required properties: imx6sx, imx7s, imx8qxp, imx8qm. The "fsl,imx6sx-mu" compatible is seen as generic and should be included together with SoC specific compatible. + There is a version 1.0 MU on imx7ulp, use "fsl,imx7ulp-mu" + compatible to support it. - reg : Should contain the registers location and length - interrupts : Interrupt number. The interrupt specifier format depends on the interrupt controller parent. -- 2.7.4