Quoting eugen.hris...@microchip.com (2019-09-24 03:39:09) > From: Eugen Hristev <eugen.hris...@microchip.com> > > 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.hris...@microchip.com> > ---
Applied to clk-fixes