Skip to content

Commit 39f3e6d

Browse files
tharagopinathsmb49
authored andcommitted
cpufreq: blocklist Qualcomm sm8150 in cpufreq-dt-platdev
BugLink: https://bugs.launchpad.net/bugs/1944610 [ Upstream commit 5d79e5c ] 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]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Kamal Mostafa <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
1 parent 141e1f3 commit 39f3e6d

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
@@ -138,6 +138,7 @@ static const struct of_device_id blacklist[] __initconst = {
138138
{ .compatible = "qcom,qcs404", },
139139
{ .compatible = "qcom,sc7180", },
140140
{ .compatible = "qcom,sdm845", },
141+
{ .compatible = "qcom,sm8150", },
141142

142143
{ .compatible = "st,stih407", },
143144
{ .compatible = "st,stih410", },

0 commit comments

Comments
 (0)