[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250313165311.2fj7aus3pcsg4m2c@thinkpad>
Date: Thu, 13 Mar 2025 22:23:11 +0530
From: Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org>
To: Frank Li <Frank.Li@....com>
Cc: Tony Lindgren <tony@...mide.com>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Vignesh Raghavendra <vigneshr@...com>,
Siddharth Vadapalli <s-vadapalli@...com>,
Lorenzo Pieralisi <lpieralisi@...nel.org>,
Krzysztof Wilczyński <kw@...ux.com>,
Bjorn Helgaas <bhelgaas@...gle.com>, linux-omap@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-pci@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH PATCH RFC NOT TESTED 1/2] ARM: dts: ti: dra7: Correct
ranges for PCIe and parent bus nodes
On Wed, Mar 05, 2025 at 11:20:22AM -0500, Frank Li wrote:
If you want a specific patch to be tested, you can add [PATCH RFT] tag.C
> According to code in drivers/pci/controller/dwc/pci-dra7xx.c
>
> dra7xx_pcie_cpu_addr_fixup()
> {
> return cpu_addr & DRA7XX_CPU_TO_BUS_ADDR; //0x0FFFFFFF
> }
>
> PCI parent bus trim high 4 bits address to 0. Correct ranges in
> target-module@...00000 to algin hardware behavior, which translate PCIe
> outbound address 0..0x0fff_ffff to 0x2000_0000..0x2fff_ffff.
>
> Set 'config' and 'addr_space' reg values to 0.
> Change parent bus address of downstream I/O and non-prefetchable memory to
> 0.
>
> Ensure no functional impact on the final address translation result.
>
> Prepare for the removal of the driver’s cpu_addr_fixup().
>
> Signed-off-by: Frank Li <Frank.Li@....com>
> ---
> arch/arm/boot/dts/ti/omap/dra7.dtsi | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/arch/arm/boot/dts/ti/omap/dra7.dtsi b/arch/arm/boot/dts/ti/omap/dra7.dtsi
> index b709703f6c0d4..9213fdd25330b 100644
> --- a/arch/arm/boot/dts/ti/omap/dra7.dtsi
> +++ b/arch/arm/boot/dts/ti/omap/dra7.dtsi
> @@ -196,7 +196,7 @@ axi0: target-module@...00000 {
> #size-cells = <1>;
> #address-cells = <1>;
> ranges = <0x51000000 0x51000000 0x3000>,
> - <0x20000000 0x20000000 0x10000000>;
> + <0x00000000 0x20000000 0x10000000>;
I'm not able to interpret this properly. So this essentially means that the
parent address 0x20000000 is mapped to child address 0x00000000. And the child
address is same for other controller as well.
Also, the cpu_addr_fixup() is doing the same by masking out the upper 4 bits. I
tried looking into the DRA7 TRM, but it says (ECAM_Param_Base_Addr +
0x20000000) where ECAM_Param_Base_Addr = 0x0000_0000 to 0x0FFF_F000.
I couldn't relate TRM with the cpu_addr_fixup() callback. Can someone from TI
shed light on this?
- Mani
--
மணிவண்ணன் சதாசிவம்
Powered by blists - more mailing lists