Received: by 10.223.185.116 with SMTP id b49csp4035395wrg; Mon, 26 Feb 2018 10:01:54 -0800 (PST) X-Google-Smtp-Source: AH8x227Hz4yQDpMgZYKwrc0kVW7hyn99zRtmrHlTos3UvxA6OWo9IXY36/22chzASa97cuKrOYH0 X-Received: by 10.98.97.198 with SMTP id v189mr11488180pfb.110.1519668114714; Mon, 26 Feb 2018 10:01:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519668114; cv=none; d=google.com; s=arc-20160816; b=Ce/bTHMrXvxFzuo6XJkMFSjzVnLqIFeqaeQ2ScIg5YVyevkCDL+s9P6sIZcFUJR5im M01/0oB5hO5ud/p/5b3396uLHxRcNDA2hR0tmhRoN73vrAe/gNRFftHpHXBAvQvXaIU9 PgN8KbSUaIDcoij4jU8mHUWJIJsHsycYdnrVdsMxFRtyAP020GUZoSBlae5gztMG4WzL 1lM18Kj3BiVSZzbo3ibGYa9LllPkQvkvHmoDpx38L8ALZwN5BGt6y8hbnWvndRW8N3Xv xEM8hXF9rYG4jkO1kyr5wmUZiCXtgGqXrfGxCa2H9PMNGKFu5wFsmEcLKBCL7w0qOYiJ H/qw== 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:arc-authentication-results; bh=oNLoFYO7mf40aOyEKPlvAlUiHRX7n7ZT08XhSaetCSE=; b=G2/NgcF+FgUBlivbzwUCL4fcakg/TjDxPPle30oKKKKWKtSIupuVhO2jVu+BHrcdaw w0JyMW7lHU/ycg56M9utM1Tzb4TpjoFbbLxXNU9V/oY8mFAaRGeEVM+nDPYnvBLh759l CKR24pk/znF+7YV0rkKHiyYk8HACpsTrf6DGTfzvuHjeKk2dJRZ3M7KZDd+MsnsyQcAM hMWqfLcHAJ4MIEH1M2jegY0eBY5/PkxCCKQ7fWt/cq+09lHFAYSEn4Hdb8TM2F2k8mYy elWh1aIOeYhmCrQDnwIDClpTGYrLL77g1xW9sATE+HIbEzQULAZnAvd7mGmH/+ocfqCv bdcA== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a6-v6si7044807plz.497.2018.02.26.10.01.26; Mon, 26 Feb 2018 10:01:54 -0800 (PST) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751882AbeBZR6B (ORCPT + 99 others); Mon, 26 Feb 2018 12:58:01 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:51217 "EHLO relay2-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750941AbeBZR56 (ORCPT ); Mon, 26 Feb 2018 12:57:58 -0500 Received: from w540.lan (unknown [IPv6:2001:b07:6442:1ac4:e122:d063:ac42:b74c]) (Authenticated sender: jacopo@jmondi.org) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id B3044C5A68; Mon, 26 Feb 2018 18:57:52 +0100 (CET) From: Jacopo Mondi To: geert@linux-m68k.org, horms@verge.net.au, sergei.shtylyov@cogentembedded.com, magnus.damm@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com Cc: Jacopo Mondi , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux-foundation.org, netdev@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 5/8] dt-bindings: iommu/ipmmu-vmsa: Add R-Car M3-N (R8A77965) Date: Mon, 26 Feb 2018 18:57:13 +0100 Message-Id: <1519667836-31330-6-git-send-email-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1519667836-31330-1-git-send-email-jacopo+renesas@jmondi.org> References: <1519667836-31330-1-git-send-email-jacopo+renesas@jmondi.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add Renesas R-Car M3-N (R8A77965) compat string to IPMMU DT bindings documentation. Signed-off-by: Jacopo Mondi --- Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt b/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt index 1fd5d69..0143fd4 100644 --- a/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt +++ b/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt @@ -17,6 +17,7 @@ Required Properties: - "renesas,ipmmu-r8a7794" for the R8A7794 (R-Car E2) IPMMU. - "renesas,ipmmu-r8a7795" for the R8A7795 (R-Car H3) IPMMU. - "renesas,ipmmu-r8a7796" for the R8A7796 (R-Car M3-W) IPMMU. + - "renesas,ipmmu-r8a77965" for the R8A77965 (R-Car M3-N) IPMMU. - "renesas,ipmmu-r8a77970" for the R8A77970 (R-Car V3M) IPMMU. - "renesas,ipmmu-r8a77995" for the R8A77995 (R-Car D3) IPMMU. - "renesas,ipmmu-vmsa" for generic R-Car Gen2 VMSA-compatible IPMMU. -- 2.7.4