Skip to content

Commit

Permalink
clk: renesas: r8a779a0: Remove non-existent S2 clock
Browse files Browse the repository at this point in the history
[ Upstream commit 5b30be1 ]

The S2 internal core clock does not exist on R-Car V3U. Remove it.

Fixes: 17bcc80 ("clk: renesas: cpg-mssr: Add support for R-Car V3U")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20201019120614.22149-2-geert+renesas@glider.be
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
geertu authored and gregkh committed Mar 4, 2021
1 parent 6d3fca9 commit 9121052
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/clk/renesas/r8a779a0-cpg-mssr.c
Expand Up @@ -69,7 +69,6 @@ enum clk_ids {
CLK_PLL5_DIV2,
CLK_PLL5_DIV4,
CLK_S1,
CLK_S2,
CLK_S3,
CLK_SDSRC,
CLK_RPCSRC,
Expand Down

0 comments on commit 9121052

Please sign in to comment.