commit | 6f4988f90c93758f3d4987986394dae90bb8ce24 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Tue Dec 21 12:20:14 2021 +0100 |
committer | Stefan Roese <sr@denx.de> | Fri Jan 14 07:47:57 2022 +0100 |
tree | 227d6f90c4e00dbfbbc44d0ad37ff442bb701daa | |
parent | 537b0142b04de845a13cc9e2237037c53e53c016 [diff] |
pci: pci_mvebu: Inline mvebu_pcie_port_parse_dt() function Function mvebu_pcie_port_parse_dt() is called only from mvebu_pcie_of_to_plat() function. Both these function parse DT properties required to setup mvebu pcie. So inline mvebu_pcie_port_parse_dt() function into mvebu_pcie_of_to_plat() to have all code related to parsing DT properties at one place. Signed-off-by: Pali Rohár <pali@kernel.org>