From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3E2DC76186 for ; Wed, 24 Jul 2019 20:36:56 +0000 (UTC) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BDCFF217F4 for ; Wed, 24 Jul 2019 20:36:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BDCFF217F4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=iommu-bounces@lists.linux-foundation.org Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 75E1B14D3; Wed, 24 Jul 2019 20:36:56 +0000 (UTC) Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 1CE0414CF for ; Wed, 24 Jul 2019 20:36:55 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-io1-f66.google.com (mail-io1-f66.google.com [209.85.166.66]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id C36D8709 for ; Wed, 24 Jul 2019 20:36:54 +0000 (UTC) Received: by mail-io1-f66.google.com with SMTP id k8so92514788iot.1 for ; Wed, 24 Jul 2019 13:36:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ezauUXaQEEHVy+2OcDcxOeDrntwiw+XADj/ab5JOeyk=; b=euvFLQxpdbeQCXpi5gb02UmjrfAEA+yZp2ZLtWcqHjROf3p8B+Xvo3djgrucb4paAj z8YarMn4WkYv9t8hhsTgz0HKBTvr7IakH3thwXmWCvu1Sr8GdlChMU8ioLMUeZy5lnDU /hHhVo7zWZ+GYyjaB7ctT3tpQBVKx8nhgVEarWlQnBwVVkpDeqY2SCFEte/PB7KKDthl 2MLSDg8PO0xuejisifDQwdnk2tqBiY1WcZPcr8CIPcsSZ5YIIWfB7xrlKeIRLiPH2SCm TMn8r0gvuVesuzv5N5SthgkaO+LeJ50+5FcfcwDyhX6VoRM3vQ12Ry1RVDSRhJtFAUCk e17g== X-Gm-Message-State: APjAAAXdoBXwS1I5Zg4/VajO45UlCIKIeqfJdBrBOzX1IxmfQuc46FoA UriPBkQN8bdCaYmAI4upcg== X-Google-Smtp-Source: APXvYqxi6iYl7bDx+4SE5POY1hGXofqijIvqy6IHLDGPzYHohBVh4g3K/4amhnyALZl9eJN0E91egA== X-Received: by 2002:a05:6638:201:: with SMTP id e1mr7480694jaq.45.1564000614010; Wed, 24 Jul 2019 13:36:54 -0700 (PDT) Received: from localhost ([64.188.179.254]) by smtp.gmail.com with ESMTPSA id b8sm38661034ioj.16.2019.07.24.13.36.53 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 24 Jul 2019 13:36:53 -0700 (PDT) Date: Wed, 24 Jul 2019 14:36:52 -0600 From: Rob Herring To: Gregory CLEMENT Subject: Re: [PATCH v2 3/4] dt-bindings: iommu/arm,smmu: add compatible string for Marvell Message-ID: <20190724203652.GA27065@bogus> References: <20190711150242.25290-1-gregory.clement@bootlin.com> <20190711150242.25290-4-gregory.clement@bootlin.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190711150242.25290-4-gregory.clement@bootlin.com> User-Agent: Mutt/1.10.1 (2018-07-13) Cc: devicetree@vger.kernel.org, Jason Cooper , Andrew Lunn , Antoine Tenart , Catalin Marinas , Will Deacon , linux-kernel@vger.kernel.org, Maxime Chevallier , Nadav Haklai , iommu@lists.linux-foundation.org, Thomas Petazzoni , =?iso-8859-1?Q?Miqu=E8l?= Raynal , Hanna Hawa , Robin Murphy , Gregory CLEMENT , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: iommu-bounces@lists.linux-foundation.org Errors-To: iommu-bounces@lists.linux-foundation.org On Thu, 11 Jul 2019 17:02:41 +0200, Gregory CLEMENT wrote: > From: Hanna Hawa > > Add specific compatible string for Marvell usage due errata of > accessing 64bits registers of ARM SMMU, in AP806. > > AP806 SoC uses the generic ARM-MMU500, and there's no specific > implementation of Marvell, this compatible is used for errata only. > > Signed-off-by: Hanna Hawa > Signed-off-by: Gregory CLEMENT > --- > Documentation/devicetree/bindings/iommu/arm,smmu.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu