Skip to content
Snippets Groups Projects
Commit 5df4b0ad authored by Kumar Gala's avatar Kumar Gala
Browse files

powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq()


Every 85xx board implements fsl_ddr_get_mem_data_rate via get_ddr_freq()
and every 86xx board uses get_bus_freq().  If implement get_ddr_freq()
as a static inline to call get_bus_freq() we can remove
fsl_ddr_get_mem_data_rate altogether and just call get_ddr_freq()
directly.

Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 00203c64
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 103 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment