diff options
author | Pali Rohár <pali@kernel.org> | 2021-12-21 12:20:16 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2022-01-14 07:47:57 +0100 |
commit | afef9f4215c9e2ce968734d6b9993ce8c4cffa5f (patch) | |
tree | 57505079aa54d0f9d30d33515aa9a92443c33ac8 /drivers/ddr/imx/imx8m/ddrphy_utils.c | |
parent | 137db2af147979dc27d912e0567e7953a9380df3 (diff) |
pci: pci_mvebu: Split initialization of PCIe ports into 3 phases
In first phase just parse DT properties and fill struct mvebu_pcie. In
second phase setup all PCIe links (without enabling them). And in the last
third phase enable all PCIe links and create UCLASS_PCI device for each
one.
Because parsing of DT is done before UCLASS_PCI is created, we cannot use
DM for this action anymore. So remove .of_to_plat callback and replace it
by ad-hoc function for parsing DT properties and filling struct mvebu_pcie.
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