diff options
| author | Fabrizio Castro <fabrizio.castro@bp.renesas.com> | 2019-02-20 11:09:20 -0500 |
|---|---|---|
| committer | Stephen Boyd <sboyd@kernel.org> | 2019-02-21 16:09:52 -0500 |
| commit | e61b30bb34b6206f76e623269a41b65cd3989fff (patch) | |
| tree | c3d9e75a8159cc3cf68497278565a37cc55a56fd | |
| parent | 9b57e0ee8910bfc554012e4c1e1feb6c7f028358 (diff) | |
clk: renesas: r8a774c0: Fix LAST_DT_CORE_CLK
Enum LAST_DT_CORE_CLK needs updating as R8A774C0_CLK_CANFD
was recently added and it's the core clock with the highest
index.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Chris Paterson <chris.paterson2@renesas.com>
Fixes: 2a6efbc6da5d248c ("clk: renesas: r8a774c0: Add missing CANFD clock")
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
| -rw-r--r-- | drivers/clk/renesas/r8a774c0-cpg-mssr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/renesas/r8a774c0-cpg-mssr.c b/drivers/clk/renesas/r8a774c0-cpg-mssr.c index aeadb4d66f3e..34e274f2a273 100644 --- a/drivers/clk/renesas/r8a774c0-cpg-mssr.c +++ b/drivers/clk/renesas/r8a774c0-cpg-mssr.c | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | 22 | ||
| 23 | enum clk_ids { | 23 | enum clk_ids { |
| 24 | /* Core Clock Outputs exported to DT */ | 24 | /* Core Clock Outputs exported to DT */ |
| 25 | LAST_DT_CORE_CLK = R8A774C0_CLK_CPEX, | 25 | LAST_DT_CORE_CLK = R8A774C0_CLK_CANFD, |
| 26 | 26 | ||
| 27 | /* External Input Clocks */ | 27 | /* External Input Clocks */ |
| 28 | CLK_EXTAL, | 28 | CLK_EXTAL, |
