commit | 44c78aa7ac0f4b22491350278f0dd77585416248 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Tue Apr 27 19:52:53 2021 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Thu Jun 24 20:22:17 2021 +0200 |
tree | ad81fad00ca9ee6e4a872f8dc20873402aabbca3 | |
parent | fcf3981161140d265b873a5b609b8867328dc9dc [diff] |
clk: renesas: Handle R8A779A0 V3U clock types in Gen3 clock code On R8A779A0 V3U SoC, PLL1 and PLL5 use a divider value from cpg_pll_configs table while PLL{20,21,30,31,4} use different control offset. Introduce new types to handle this and handle those types in the Gen3 clock code. Based on "clk: renesas: Add support for R8A779A0 V3U PLLn" by Hai Pham <hai.pham.ud@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>