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

cpufreq: airoha: Add support for AN7583 SoC

New Airoha AN7583 SoC use the same exact logic to control the CPU
frequency. Add the Device compatible to the block list for
cpufreq-dt-plat and to the Airoha CPUFreq driver compatible list.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

authored by

Christian Marangi and committed by
Viresh Kumar
8640689f 32e0d669

+2
+1
drivers/cpufreq/airoha-cpufreq.c
··· 107 107 }; 108 108 109 109 static const struct of_device_id airoha_cpufreq_match_list[] __initconst = { 110 + { .compatible = "airoha,an7583" }, 110 111 { .compatible = "airoha,en7581" }, 111 112 {}, 112 113 };
+1
drivers/cpufreq/cpufreq-dt-platdev.c
··· 103 103 * platforms using "operating-points-v2" property. 104 104 */ 105 105 static const struct of_device_id blocklist[] __initconst = { 106 + { .compatible = "airoha,an7583", }, 106 107 { .compatible = "airoha,en7581", }, 107 108 108 109 { .compatible = "allwinner,sun50i-a100" },