From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot0-f196.google.com (mail-ot0-f196.google.com [74.125.82.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 40Xgg73qHbzF24D for ; Sat, 28 Apr 2018 03:20:19 +1000 (AEST) Received: by mail-ot0-f196.google.com with SMTP id y10-v6so2829130otg.10 for ; Fri, 27 Apr 2018 10:20:19 -0700 (PDT) Date: Fri, 27 Apr 2018 12:20:16 -0500 From: Rob Herring To: Nipun Gupta Cc: robin.murphy@arm.com, will.deacon@arm.com, mark.rutland@arm.com, catalin.marinas@arm.com, hch@lst.de, gregkh@linuxfoundation.org, joro@8bytes.org, m.szyprowski@samsung.com, shawnguo@kernel.org, frowand.list@gmail.com, bhelgaas@google.com, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-pci@vger.kernel.org, bharat.bhushan@nxp.com, stuyoder@gmail.com, laurentiu.tudor@nxp.com, leoyang.li@nxp.com Subject: Re: [PATCH 1/6 v3] Docs: dt: add fsl-mc iommu-map device-tree binding Message-ID: <20180427172016.phpsjiique25impv@rob-hp-laptop> References: <1524824826-29473-1-git-send-email-nipun.gupta@nxp.com> <1524824826-29473-2-git-send-email-nipun.gupta@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1524824826-29473-2-git-send-email-nipun.gupta@nxp.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Apr 27, 2018 at 03:57:01PM +0530, Nipun Gupta wrote: > The existing IOMMU bindings cannot be used to specify the relationship > between fsl-mc devices and IOMMUs. This patch adds a generic binding for > mapping fsl-mc devices to IOMMUs, using iommu-map property. > > Signed-off-by: Nipun Gupta > --- > .../devicetree/bindings/misc/fsl,qoriq-mc.txt | 39 ++++++++++++++++++++++ > 1 file changed, 39 insertions(+) Reviewed-by: Rob Herring