commit | de09afa3709f90ad190fc7dec3794eb5502da9d5 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Jan 21 09:17:55 2019 +0100 |
committer | Mario Six <mario.six@gdsys.cc> | Tue May 21 07:52:33 2019 +0200 |
tree | c5f98dea06d7f484f422ad0c272c32b7e56a77a5 | |
parent | 9486710806a31d3e525200ce8b4834a14365d252 [diff] |
mpc83xx: pcie: Read the clock from registers The MPC83xx DM timer driver disables arch.pciexp*_clk, and uses clk_get_rate instead. But the legacy MPC83xx PCIe driver still uses arch.pciexp*_clk for the clock. Hence, read the PCIe clock from the registers in the legacy MPC83xx PCIe driver. Signed-off-by: Mario Six <mario.six@gdsys.cc>