We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b224c42 commit c3400fdCopy full SHA for c3400fd
drivers/clk/renesas/rzv2h-cpg.c
@@ -1014,17 +1014,17 @@ static int __init rzv2h_cpg_probe(struct platform_device *pdev)
1014
}
1015
1016
static const struct of_device_id rzv2h_cpg_match[] = {
1017
-#ifdef CONFIG_CLK_R9A09G057
1018
- {
1019
- .compatible = "renesas,r9a09g057-cpg",
1020
- .data = &r9a09g057_cpg_info,
1021
- },
1022
-#endif
1023
#ifdef CONFIG_CLK_R9A09G047
1024
{
1025
.compatible = "renesas,r9a09g047-cpg",
1026
.data = &r9a09g047_cpg_info,
1027
},
+#endif
+#ifdef CONFIG_CLK_R9A09G057
+ {
+ .compatible = "renesas,r9a09g057-cpg",
+ .data = &r9a09g057_cpg_info,
+ },
1028
#endif
1029
{ /* sentinel */ }
1030
};
0 commit comments