mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
cpufreq: dt-platdev: Add SpacemiT K1 SoC to the allowlist
Add the compatible string for supporting the generic cpufreq driver on the SpacemiT K1 SoC. Signed-off-by: Shuwei Wu <shuwei.wu@mailbox.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Yixun Lan <dlan@kernel.org> Tested-by: Aurelien Jarno <aurelien@aurel32.net> Reviewed-by: Aurelien Jarno <aurelien@aurel32.net> Tested-by: Milan P. Stanić <mps@arvanta.net> Tested-by: Gong Shuai <gsh517025@gmail.com> # OrangePi-RV2 Link: https://patch.msgid.link/20260626-shadow-deps-v4-1-bba9831f2f1d@mailbox.org Signed-off-by: Yixun Lan <dlan@kernel.org>
This commit is contained in:
parent
c7d6ed1ebb
commit
736d655c84
|
|
@ -81,6 +81,8 @@ static const struct of_device_id allowlist[] __initconst = {
|
|||
{ .have_governor_per_policy = true, },
|
||||
},
|
||||
|
||||
{ .compatible = "spacemit,k1", },
|
||||
|
||||
{ .compatible = "st-ericsson,u8500", },
|
||||
{ .compatible = "st-ericsson,u8540", },
|
||||
{ .compatible = "st-ericsson,u9500", },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user