From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [PATCH] RM64: dts: ls208xa: Add iommu-map property for pci Date: Thu, 31 Aug 2017 11:49:37 +0100 Message-ID: <10be1849-8071-64fc-5ee2-b6e429c64b9e@arm.com> References: <1504171424-15536-1-git-send-email-Bharat.Bhushan@nxp.com> <06c57ca4-edaa-df26-b1d9-1906141c5065@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-GB Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Bharat Bhushan , "robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org" , Mark Rutland , "will.deacon-5wv7dgnIgG8@public.gmane.org" , "oss-fOR+EgIDQEHk1uMJSBkQmQ@public.gmane.org" , Gang Liu , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "catalin.marinas-5wv7dgnIgG8@public.gmane.org" List-Id: devicetree@vger.kernel.org [Fixing Mark's address...] On 31/08/17 11:41, Bharat Bhushan wrote: > >> -----Original Message----- >> From: Marc Zyngier [mailto:marc.zyngier-5wv7dgnIgG8@public.gmane.org] >> Sent: Thursday, August 31, 2017 3:02 PM >> To: Bharat Bhushan ; robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org; >> ark.rutland-5wv7dgnIgG8@public.gmane.org; will.deacon-5wv7dgnIgG8@public.gmane.org; oss-fOR+EgIDQEHk1uMJSBkQmQ@public.gmane.org; Gang Liu >> ; devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-arm- >> kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org; linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; >> catalin.marinas-5wv7dgnIgG8@public.gmane.org >> Subject: Re: [PATCH] RM64: dts: ls208xa: Add iommu-map property for pci >> >> On 31/08/17 10:23, Bharat Bhushan wrote: >>> This patch adds iommu-map property for PCIe, which enables SMMU for >>> these devices on LS208xA devices. >>> >>> Signed-off-by: Bharat Bhushan >>> --- >>> arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 4 ++++ >>> 1 file changed, 4 insertions(+) >>> >>> diff --git a/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi >>> b/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi >>> index 94cdd30..67cf605 100644 >>> --- a/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi >>> +++ b/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi >>> @@ -606,6 +606,7 @@ >>> num-lanes = <4>; >>> bus-range = <0x0 0xff>; >>> msi-parent = <&its>; >>> + iommu-map = <0 &smmu 0 1>; /* This is fixed-up by >> u-boot */ >> >> What does this do when your version of u-boot doesn't fill this in for you? > > Good question, frankly I have not thought of this case before. > But if we pass length = 0 in above property then no fixup happen with > happen with older u-boot. In this case of_iommu_configure() will > return NULL iommu-ops and it switch to swio-tlb. Will that work? I really don't like this. You rely on having invalid data in the DT, and that seems just wrong. Why can't u-boot just generate that property, and we leave the DT alone? Or even better, you provide the right information for the few boards that are based on this SoC, not relying on u-boot for anything that is in the kernel tree? Thanks, M. -- Jazz is not dead. It just smells funny... -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html