提交 472f5f39 编写于 作者: M Magnus Damm 提交者: Geert Uytterhoeven

clk: renesas: cpg-mssr: Adjust r8a77980 ifdef

Adjust the R8A77980-specific #ifdefs to use CLK instead of ARCH
to follow same style as other SoCs.

Fixes: ce15783c ("clk: renesas: cpg-mssr: add R8A77980 support")
Signed-off-by: NMagnus Damm <damm+renesas@opensource.se>
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
上级 2b935d52
...@@ -705,7 +705,7 @@ static const struct of_device_id cpg_mssr_match[] = { ...@@ -705,7 +705,7 @@ static const struct of_device_id cpg_mssr_match[] = {
.data = &r8a77970_cpg_mssr_info, .data = &r8a77970_cpg_mssr_info,
}, },
#endif #endif
#ifdef CONFIG_ARCH_R8A77980 #ifdef CONFIG_CLK_R8A77980
{ {
.compatible = "renesas,r8a77980-cpg-mssr", .compatible = "renesas,r8a77980-cpg-mssr",
.data = &r8a77980_cpg_mssr_info, .data = &r8a77980_cpg_mssr_info,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册