
18 Jul
2017
18 Jul
'17
4:01 p.m.
On 14 July 2017 at 05:54, Mario Six mario.six@gdsys.cc wrote:
DM serial drivers on PowerPC determine their clock frequency via the get_serial_clock function. This function is not Implemented yet for MPC83xx.
This patch Implements the function so that DM serial drivers work on MPC83xx.
Signed-off-by: Mario Six mario.six@gdsys.cc
arch/powerpc/cpu/mpc83xx/speed.c | 7 +++++++ 1 file changed, 7 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
Really a clock driver would be better.