Re: [PATCH] clk: at91: fix masterck name
From: Stephen Boyd <sboyd@kernel.org>
Date: 2019-02-20 19:43:44
Also in:
linux-arm-kernel, linux-clk, lkml
From: Stephen Boyd <sboyd@kernel.org>
Date: 2019-02-20 19:43:44
Also in:
linux-arm-kernel, linux-clk, lkml
Quoting Alexandre Belloni (2019-02-08 06:40:59)
The master clock is actually named masterck earlier in the driver. Having
"mck" in the parent list means that it can never be selected.
Fixes: 1eabdc2f9dd8 ("clk: at91: add at91sam9x5 PMCs driver")
Fixes: a2038077de9a ("clk: at91: add sama5d2 PMC driver")
Fixes: 084b696bb509 ("clk: at91: add sama5d4 pmc driver")
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---Applied to clk-fixes