commit | 807292fef13894496ac529b127a88bc0566044cd | [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 | ca69af4629a929e4f2ac4ea160c1066b9ad1a8dd [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>