Re: [PATCH] clk: at91: sam9x60: fix programmable clock

From: Stephen Boyd
Date: Thu Oct 03 2019 - 16:59:31 EST


Quoting Eugen.Hristev@xxxxxxxxxxxxx (2019-09-24 03:39:09)
> From: Eugen Hristev <eugen.hristev@xxxxxxxxxxxxx>
>
> The prescaler mask for sam9x60 must be 0xff (8 bits).
> Being set to 0, means that we cannot set any prescaler, thus the
> programmable clocks do not work (except the case with prescaler 0)
> Set the mask accordingly in layout struct.
>
> Fixes: 01e2113de9a5 ("clk: at91: add sam9x60 pmc driver")
> Signed-off-by: Eugen Hristev <eugen.hristev@xxxxxxxxxxxxx>
> ---

Applied to clk-fixes