| commit | 41e4289d88f48fce8e9d059438fdd1bc9fe679b5 | [log] [tgz] |
|---|---|---|
| author | Frank Li <Frank.Li@nxp.com> | Fri Jun 13 17:33:30 2025 -0400 |
| committer | Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> | Wed Aug 13 08:04:39 2025 +0900 |
| tree | a86d24fe6b7b5cc882cd0d9ffee4624d046daab0 | |
| parent | e1e9232ecd490a2acf08caa602dfca245d9b24a0 [diff] |
PCI: dwc: visconti: Remove cpu_addr_fix() after DTS fix ranges Remove cpu_addr_fix() since it is no longer needed. The PCIe ranges property has been corrected in the DTS, and the DesignWare common code now handles address translation properly without requiring this workaround. Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> --- v3: Add pci->use_parent_dt_ranges fixes. v2: No Update.