Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1724109

RE: [PATCH] RM64: dts: ls208xa: Add iommu-map property for pci

From Bharat Bhushan <bharat.bhushan@nxp.com>
Newsgroups linux.kernel
Subject RE: [PATCH] RM64: dts: ls208xa: Add iommu-map property for pci
Date 2017-08-31 13:30 +0200
Message-ID <ukvPA-4Zc-19@gated-at.bofh.it> (permalink)
References <uku77-3R2-3@gated-at.bofh.it> <uku77-3R2-1@gated-at.bofh.it> <ukvcR-4vC-13@gated-at.bofh.it> <ukvcR-4vC-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



> -----Original Message-----
> From: Marc Zyngier [mailto:marc.zyngier@arm.com]
> Sent: Thursday, August 31, 2017 4:20 PM
> To: Bharat Bhushan <bharat.bhushan@nxp.com>; robh+dt@kernel.org;
> Mark Rutland <mark.rutland@arm.com>; will.deacon@arm.com;
> oss@buserror.net; Gang Liu <gang.liu@nxp.com>;
> devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux-
> kernel@vger.kernel.org; catalin.marinas@arm.com
> Subject: Re: [PATCH] RM64: dts: ls208xa: Add iommu-map property for pci
> 
> [Fixing Mark's address...]
> 
> On 31/08/17 11:41, Bharat Bhushan wrote:
> >
> >> -----Original Message-----
> >> From: Marc Zyngier [mailto:marc.zyngier@arm.com]
> >> Sent: Thursday, August 31, 2017 3:02 PM
> >> To: Bharat Bhushan <bharat.bhushan@nxp.com>; robh+dt@kernel.org;
> >> ark.rutland@arm.com; will.deacon@arm.com; oss@buserror.net; Gang
> Liu
> >> <gang.liu@nxp.com>; devicetree@vger.kernel.org; linux-arm-
> >> kernel@lists.infradead.org; linux-kernel@vger.kernel.org;
> >> catalin.marinas@arm.com
> >> 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 <Bharat.Bhushan@nxp.com>
> >>> ---
> >>>  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?

We do not have smmu phandle allowing uboot to generate this.

> 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?

On our platforms we have a h/w table which converts RID->Device-Id. I will check what will happen if that table is not initialized, can RID be equal to device-id is that case.
If that will be allowed than we can give right information that will work with u-boot not updating this property.

Will revert after confirming this.

Thanks
-Bharat
> 
> Thanks,
> 
> M.
> --
> Jazz is not dead. It just smells funny...

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH] RM64: dts: ls208xa: Add iommu-map property for pci Marc Zyngier <marc.zyngier@arm.com> - 2017-08-31 11:40 +0200
  Re: [PATCH] RM64: dts: ls208xa: Add iommu-map property for pci Marc Zyngier <marc.zyngier@arm.com> - 2017-08-31 12:50 +0200
    RE: [PATCH] RM64: dts: ls208xa: Add iommu-map property for pci Bharat Bhushan <bharat.bhushan@nxp.com> - 2017-08-31 13:30 +0200
      RE: [PATCH] RM64: dts: ls208xa: Add iommu-map property for pci Bharat Bhushan <bharat.bhushan@nxp.com> - 2017-09-01 12:20 +0200
        Re: [PATCH] RM64: dts: ls208xa: Add iommu-map property for pci Robin Murphy <robin.murphy@arm.com> - 2017-09-01 13:00 +0200
          RE: [PATCH] RM64: dts: ls208xa: Add iommu-map property for pci Bharat Bhushan <bharat.bhushan@nxp.com> - 2017-09-06 09:20 +0200
    Re: [PATCH] RM64: dts: ls208xa: Add iommu-map property for pci Mark Rutland <mark.rutland@arm.com> - 2017-08-31 13:40 +0200
  RE: [PATCH] RM64: dts: ls208xa: Add iommu-map property for pci Bharat Bhushan <bharat.bhushan@nxp.com> - 2017-08-31 12:50 +0200

csiph-web