Re: [PATCH v2] clk: aspeed: Fix APLL calculate formula from ast2600-A2

2021-02-11 Thread Stephen Boyd
Quoting Ryan Chen (2021-01-18 22:17:15) > Starting from A2, the A-PLL calculation has changed. Use the > existing formula for A0/A1 and the new formula for A2 onwards. > > Fixes: d3d04f6c330a ("clk: Add support for AST2600 SoC") > Signed-off-by: Ryan Chen > --- Applied to clk-next

Re: [PATCH v2] clk: aspeed: Fix APLL calculate formula from ast2600-A2

2021-01-19 Thread Joel Stanley
On Tue, 19 Jan 2021 at 06:31, Ryan Chen wrote: > > Starting from A2, the A-PLL calculation has changed. Use the > existing formula for A0/A1 and the new formula for A2 onwards. > > Fixes: d3d04f6c330a ("clk: Add support for AST2600 SoC") > Signed-off-by: Ryan Chen Reviewed-by: Joel Stanley >

[PATCH v2] clk: aspeed: Fix APLL calculate formula from ast2600-A2

2021-01-18 Thread Ryan Chen
Starting from A2, the A-PLL calculation has changed. Use the existing formula for A0/A1 and the new formula for A2 onwards. Fixes: d3d04f6c330a ("clk: Add support for AST2600 SoC") Signed-off-by: Ryan Chen --- drivers/clk/clk-ast2600.c | 37 +++-- 1 file changed,