commit | d0c625728bbf769dc17472ac6072fc353be327e8 | [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 | 21c1502a4a81904706b9883f523ec4a94aba880f [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>