Skip to content

Commit 5d79e5c

Browse files
tharagopinathvireshk
authored andcommitted
cpufreq: blocklist Qualcomm sm8150 in cpufreq-dt-platdev
The Qualcomm sm8150 platform uses the qcom-cpufreq-hw driver, so add it to the cpufreq-dt-platdev driver's blocklist. Signed-off-by: Thara Gopinath <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent f7d6358 commit 5d79e5c

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
@@ -141,6 +141,7 @@ static const struct of_device_id blocklist[] __initconst = {
141141
{ .compatible = "qcom,sc7280", },
142142
{ .compatible = "qcom,sc8180x", },
143143
{ .compatible = "qcom,sdm845", },
144+
{ .compatible = "qcom,sm8150", },
144145

145146
{ .compatible = "st,stih407", },
146147
{ .compatible = "st,stih410", },

0 commit comments

Comments
 (0)