Commit ce84b7be authored by Raphael Gallais-Pou's avatar Raphael Gallais-Pou Committed by Viresh Kumar

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: default avatarRaphael Gallais-Pou <rgallaispou@gmail.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent f6faea75
...@@ -293,6 +293,7 @@ module_init(sti_cpufreq_init); ...@@ -293,6 +293,7 @@ module_init(sti_cpufreq_init);
static const struct of_device_id __maybe_unused sti_cpufreq_of_match[] = { static const struct of_device_id __maybe_unused sti_cpufreq_of_match[] = {
{ .compatible = "st,stih407" }, { .compatible = "st,stih407" },
{ .compatible = "st,stih410" }, { .compatible = "st,stih410" },
{ .compatible = "st,stih418" },
{ }, { },
}; };
MODULE_DEVICE_TABLE(of, sti_cpufreq_of_match); MODULE_DEVICE_TABLE(of, sti_cpufreq_of_match);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment