Re: [PATCH] mfd: db8500-prcmu: Fix DSI LP clock

From: Linus Walleij
Date: Sun Dec 22 2019 - 16:45:17 EST


On Sun, Dec 22, 2019 at 9:27 PM Linus Walleij <linus.walleij@xxxxxxxxxx> wrote:

> The DB8420 sysclk firmware is missing the ULPPLL
> (ultra-low power phase locked loop) which has repercussions
> on how the DSI LP clock is handled in the PRCMU driver.
> This was missed in the patch adding support for the U8420
> sysclk firmware variant.
>
> Move the functions around a bit to avoid forward declarations.
>
> This fix is not a regression as no systems in the kernel are
> currently using it.
>
> Cc: Stephan Gerhold <stephan@xxxxxxxxxxx>
> Fixes: 22fb3ad0cc5f ("mfd: db8500-prcmu: Support U8420-sysclk firmware")
> Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Scratch this... I realized it is dead code that is superceded by
the proper clock framework. I need to go and fix the
clock driver instead and send another patch deleting this code.

Yours,
Linus Walleij