Skip to content

Commit 0612d92

Browse files
Kiciukvireshk
authored andcommitted
cpufreq: Add SM6115 to cpufreq-dt-platdev blocklist
The Qualcomm SM6115 platform uses the qcom-cpufreq-hw driver, so add it to the cpufreq-dt-platdev driver's blocklist. Signed-off-by: Adam Skladowski <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 568035b commit 0612d92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ static const struct of_device_id blocklist[] __initconst = {
146146
{ .compatible = "qcom,sc8180x", },
147147
{ .compatible = "qcom,sc8280xp", },
148148
{ .compatible = "qcom,sdm845", },
149+
{ .compatible = "qcom,sm6115", },
149150
{ .compatible = "qcom,sm6350", },
150151
{ .compatible = "qcom,sm8150", },
151152
{ .compatible = "qcom,sm8250", },

0 commit comments

Comments
 (0)