Skip to content

Commit ce84b7b

Browse files
GallaisPoutinevireshk
authored andcommitted
cpufreq: sti: add missing MODULE_DEVICE_TABLE entry for stih418
'st,stih418' is missing in the compatible list. Add it in order to use the driver with stih418 platform. Signed-off-by: Raphael Gallais-Pou <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent f6faea7 commit ce84b7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpufreq/sti-cpufreq.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ module_init(sti_cpufreq_init);
293293
static const struct of_device_id __maybe_unused sti_cpufreq_of_match[] = {
294294
{ .compatible = "st,stih407" },
295295
{ .compatible = "st,stih410" },
296+
{ .compatible = "st,stih418" },
296297
{ },
297298
};
298299
MODULE_DEVICE_TABLE(of, sti_cpufreq_of_match);

0 commit comments

Comments
 (0)