
Hi Simon,
On Tue, Jul 18, 2017 at 4:01 PM, Simon Glass sjg@chromium.org wrote:
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.
Since you suggested that I should convert the MPC83xx PCI driver to DM, I'll probably also just convert the clock functionality into a proper clock driver (I'll need a way to get the clock in the PCI driver anyway).
So, this will probably be fixed in v2. :-)
Best regards,
Mario