Skip to content

Commit faf28e2

Browse files
konradybciovireshk
authored andcommitted
cpufreq: Add SM6375 to cpufreq-dt-platdev blocklist
The Qualcomm SM6375 platform uses the qcom-cpufreq-hw driver, so add it to the cpufreq-dt-platdev driver's blocklist. Signed-off-by: Konrad Dybcio <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 01c5bb0 commit faf28e2

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
@@ -151,6 +151,7 @@ static const struct of_device_id blocklist[] __initconst = {
151151
{ .compatible = "qcom,sdm845", },
152152
{ .compatible = "qcom,sm6115", },
153153
{ .compatible = "qcom,sm6350", },
154+
{ .compatible = "qcom,sm6375", },
154155
{ .compatible = "qcom,sm8150", },
155156
{ .compatible = "qcom,sm8250", },
156157
{ .compatible = "qcom,sm8350", },

0 commit comments

Comments
 (0)