diff options
author | Sricharan Ramabadhran <[email protected]> | 2023-09-19 15:59:48 +0530 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2023-09-29 15:47:25 -0500 |
commit | 6a878a54d0053ef21f3b829dc267487c2302b012 (patch) | |
tree | a7a966e13b33148c3810f9a1bf6046da3440b623 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
parent | 0bb80ecc33a8fb5a682236443c1e740d5c917d1d (diff) |
PCI: qcom: Fix IPQ8074 enumeration
PARF_SLV_ADDR_SPACE_SIZE_2_3_3 is used by qcom_pcie_post_init_2_3_3().
This PCIe slave address space size register offset is 0x358 but was
incorrectly changed to 0x16c by 39171b33f652 ("PCI: qcom: Remove PCIE20_
prefix from register definitions").
This prevented access to slave address space registers like iATU, etc.,
so the IPQ8074 PCIe controller was not enumerated.
Revert back to the correct 0x358 offset and remove the unused
PARF_SLV_ADDR_SPACE_SIZE_2_3_3.
Fixes: 39171b33f652 ("PCI: qcom: Remove PCIE20_ prefix from register definitions")
Link: https://lore.kernel.org/r/[email protected]
Tested-by: Robert Marko <[email protected]>
Signed-off-by: Sricharan Ramabadhran <[email protected]>
[bhelgaas: commit log]
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Cc: [email protected] # v6.4+
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions