Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <rgallaispou@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

authored by

Raphael Gallais-Pou and committed by
Viresh Kumar
ce84b7be f6faea75

+1
+1
drivers/cpufreq/sti-cpufreq.c
··· 293 293 static const struct of_device_id __maybe_unused sti_cpufreq_of_match[] = { 294 294 { .compatible = "st,stih407" }, 295 295 { .compatible = "st,stih410" }, 296 + { .compatible = "st,stih418" }, 296 297 { }, 297 298 }; 298 299 MODULE_DEVICE_TABLE(of, sti_cpufreq_of_match);