Skip to content

Commit 417598f

Browse files
lweiss-fairphonevireshk
authored andcommitted
cpufreq: Add SM7225 to cpufreq-dt-platdev blocklist
The Qualcomm SM7225 platform uses the qcom-cpufreq-hw driver, so add it to the cpufreq-dt-platdev driver's blocklist. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent ba5e770 commit 417598f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ static const struct of_device_id blocklist[] __initconst = {
152152
{ .compatible = "qcom,sm6115", },
153153
{ .compatible = "qcom,sm6350", },
154154
{ .compatible = "qcom,sm6375", },
155+
{ .compatible = "qcom,sm7225", },
155156
{ .compatible = "qcom,sm8150", },
156157
{ .compatible = "qcom,sm8250", },
157158
{ .compatible = "qcom,sm8350", },

0 commit comments

Comments
 (0)