[U-Boot] [PATCH 11/51] powerpc: mpc83xx: Implement get_serial_clock()

Mario Six mario.six at gdsys.cc
Tue Jul 25 07:34:54 UTC 2017


Hi Simon,

On Tue, Jul 18, 2017 at 4:01 PM, Simon Glass <sjg at chromium.org> wrote:
> On 14 July 2017 at 05:54, Mario Six <mario.six at 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 at gdsys.cc>
>> ---
>>
>>  arch/powerpc/cpu/mpc83xx/speed.c | 7 +++++++
>>  1 file changed, 7 insertions(+)
>
> Reviewed-by: Simon Glass <sjg at 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


More information about the U-Boot mailing list