diff options
author | Pali Rohár <pali@kernel.org> | 2021-12-21 12:20:15 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2022-01-14 07:47:57 +0100 |
commit | 137db2af147979dc27d912e0567e7953a9380df3 (patch) | |
tree | b397974eb6f677458692b2837f235743147c69f2 /drivers/ddr/imx/imx8m/ddrphy_utils.c | |
parent | 6f4988f90c93758f3d4987986394dae90bb8ce24 (diff) |
pci: pci_mvebu: Remove dependency on SOC_REGS_PHY_BASE macro
SoC specific macro SOC_REGS_PHY_BASE is used for two things:
* calculation of base PCIe port address
* filling PCIe register with address of internal registers
For calculating base PCIe port address use function
ofnode_translate_address() which translates DT "assigned-addresses" to
final PCIe port address.
And for calculating address of internal registers use untranslated and
translated DT "assigned-addresses".
Basically this change reads SOC_REGS_PHY_BASE address indirectly from DT.
Signed-off-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'drivers/ddr/imx/imx8m/ddrphy_utils.c')
0 files changed, 0 insertions, 0 deletions