| commit | 6286ce1e3ece54799f12775f8ce2a1cba9cbcfc5 | [log] [tgz] |
|---|---|---|
| author | Ryan Chen <[email protected]> | Tue Jan 19 14:17:15 2021 +0800 |
| committer | Stephen Boyd <[email protected]> | Thu Feb 11 12:36:04 2021 -0800 |
| tree | 8691f3d743ffb06582cfa8d6249fcdbd4a569082 | |
| parent | 5c8fe583cce542aa0b84adc939ce85293de36e5e [diff] |
clk: aspeed: Fix APLL calculate formula from ast2600-A2
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Joel Stanley <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>