Re: [PATCH] clk: ast2600: Fix AHB clock divider for A1

From: Joel Stanley
Date: Wed May 27 2020 - 04:30:28 EST


On Wed, 27 May 2020 at 08:15, Stephen Boyd <sboyd@xxxxxxxxxx> wrote:
>
> Quoting Eddie James (2020-04-08 13:36:16)
> > The latest specs for the AST2600 A1 chip include some different bit
> > definitions for calculating the AHB clock divider. Implement these in
> > order to get the correct AHB clock value in Linux.
> >
> > Signed-off-by: Eddie James <eajames@xxxxxxxxxxxxx>
>
> Any Fixes tag for this patch? Seems like it is fixing something.

It fixes the driver to work on the new hardware that didn't exist
until now. I guess you could say:

Fixes: d3d04f6c330a ("clk: Add support for AST2600 SoC")

Cheers,

Joel