cpufreq: dt: Add register helper
authorAaron Kling <webgeek1234@gmail.com>
Mon, 7 Jul 2025 21:17:14 +0000 (16:17 -0500)
committerViresh Kumar <viresh.kumar@linaro.org>
Wed, 9 Jul 2025 08:11:33 +0000 (13:41 +0530)
commitd812734842f8ab3100e7cee8716b35be5a31a22a
tree8dec787399e8246a1b5cd984dfa42cb2640be578
parent3254f54a3abda7080acfe51d7cbfabd7bba64d5a
cpufreq: dt: Add register helper

Cpufreq-dt currently exports no functions. This means that drivers that
are based on cpufreq-dt have no way of establishing a depmod dependency
on it. This helper allows that link.

Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/cpufreq-dt.c
drivers/cpufreq/cpufreq-dt.h