aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq
diff options
context:
space:
mode:
authorGravatar Nícolas F. R. A. Prado <nfraprado@collabora.com> 2023-01-26 10:48:56 -0500
committerGravatar Viresh Kumar <viresh.kumar@linaro.org> 2023-02-06 09:31:38 +0530
commit09608d62ae5cd9559549637cccb4092d8ecad3a8 (patch)
treed9fa40a5696d6ab4f2e219794d24e10c257f554c /drivers/cpufreq
parentcpufreq: tegra194: Enable CPUFREQ thermal cooling (diff)
downloadlinux-09608d62ae5cd9559549637cccb4092d8ecad3a8.tar.gz
linux-09608d62ae5cd9559549637cccb4092d8ecad3a8.tar.bz2
linux-09608d62ae5cd9559549637cccb4092d8ecad3a8.zip
cpufreq: mediatek-hw: Register to module device table
Register the compatibles for this module on the module device table so it can be automatically loaded when a matching device is found on the system. Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r--drivers/cpufreq/mediatek-cpufreq-hw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/mediatek-cpufreq-hw.c b/drivers/cpufreq/mediatek-cpufreq-hw.c
index f80339779084..115b0eda38c1 100644
--- a/drivers/cpufreq/mediatek-cpufreq-hw.c
+++ b/drivers/cpufreq/mediatek-cpufreq-hw.c
@@ -324,6 +324,7 @@ static const struct of_device_id mtk_cpufreq_hw_match[] = {
{ .compatible = "mediatek,cpufreq-hw", .data = &cpufreq_mtk_offsets },
{}
};
+MODULE_DEVICE_TABLE(of, mtk_cpufreq_hw_match);
static struct platform_driver mtk_cpufreq_hw_driver = {
.probe = mtk_cpufreq_hw_driver_probe,