Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp1777504imm; Thu, 14 Jun 2018 03:50:05 -0700 (PDT) X-Google-Smtp-Source: ADUXVKK4us60pCw7UMx6qH/cUf3xoxyxGIxx5YJUukae1CP1UoXYxnKp1+F/0EstJjHc7ARkfW/I X-Received: by 2002:a63:618e:: with SMTP id v136-v6mr1858510pgb.100.1528973405367; Thu, 14 Jun 2018 03:50:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528973405; cv=none; d=google.com; s=arc-20160816; b=eHbR1MpxdW/OdqMDx60lwzXjVqtCdgLg0mjqL2JFWfX9w0Pf7NUNaku/5FUNZvZcmt JkyAMmXVt7ZOOXGsHIeQDS4FqXNVClp3fShRZJEuzV6vMziSLaFW4L0OSTcDhtF07eEI McEBSGiu00PV5fKXnUf+aWh7gkKWV/LaR7HSBxJP4YvhJzZUQgliYqkjDYMqiFYb7n4T fjqLy5JCN2nA5N7+WB92pQ21QHdRtXXJGoX+n9wWj4hyBT92OeTp4Ta/lvPrG9FOdK4n /+neJFbN20TivlEVL2fzjtXB/Mb3mQDrt75/MVDekSXghKP7dbgSFMlZZjwfBK1zb6lK 5POA== 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=8ij3y56Uk2wXdFk2MLPayKSnpELArfDS+fdGGhAOxIc=; b=xZ0owJdyWRG257h3oIKs4qBxzjHyKMhH449picN759BeJDPXKGOMSWnnOI+HXccC6C +qFhXK7NK1sp+8bgLatvq58xBki65iafhVszI7P+E5tvW+/fLcxIv7un0JuqS4ASC2sB svfr/4ojhpbpDfpCQXlpBU/0uBrZ+KoBphYHr15MSyHXxdMI1J+HpmC702K5B9gB0OvV kuC0TLYk5mv/sIvNSD/2BoBQozGmejwGEp8jvCsXNSvRjcPWGE/+0Aaf6LxsMPHR/kA8 CAtB2txM43SJL+5c55kgOnbmgzJvcpkIqhVJ2P73XTsb8MaR9u9OfVxS0cRhbijWDah0 DxaA== 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 b2-v6si4961221plx.88.2018.06.14.03.49.51; Thu, 14 Jun 2018 03:50:05 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964869AbeFNKtD (ORCPT + 99 others); Thu, 14 Jun 2018 06:49:03 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:60463 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964815AbeFNKst (ORCPT ); Thu, 14 Jun 2018 06:48:49 -0400 X-Originating-IP: 2.224.242.101 Received: from w540.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 23B7820006; Thu, 14 Jun 2018 10:48:52 +0000 (UTC) From: Jacopo Mondi To: geert@linux-m68k.org, horms@verge.net.au, magnus.damm@gmail.com, yoshihiro.shimoda.uh@renesas.com, joro@8bytes.org Cc: linux-renesas-soc@vger.kernel.org, iommu@lists.linux-foundation.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [RESEND 6/6] iommu/ipmmu-vmsa: Document R-Car V3H and E3 IPMMU DT bindings Date: Thu, 14 Jun 2018 12:48:26 +0200 Message-Id: <1528973306-7962-7-git-send-email-jacopo+renesas@jmondi.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1528973306-7962-1-git-send-email-jacopo+renesas@jmondi.org> References: <1528973306-7962-1-git-send-email-jacopo+renesas@jmondi.org> X-Spam-Level: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Magnus Damm Update the IPMMU DT binding documentation to include the compat strings for the IPMMU devices included in the R-Car V3H and E3 SoCs. Signed-off-by: Magnus Damm Reviewed-by: Simon Horman Acked-by: Rob Herring Reviewed-by: Geert Uytterhoeven --- Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt b/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt index 8d145a4..c6e2d85 100644 --- a/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt +++ b/Documentation/devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt @@ -21,6 +21,8 @@ Required Properties: - "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-r8a77980" for the R8A77980 (R-Car V3H) IPMMU. + - "renesas,ipmmu-r8a77990" for the R8A77990 (R-Car E3) IPMMU. - "renesas,ipmmu-r8a77995" for the R8A77995 (R-Car D3) IPMMU. - "renesas,ipmmu-vmsa" for generic R-Car Gen2 or RZ/G1 VMSA-compatible IPMMU. -- 2.7.4