Skip to content

Commit b14ceb8

Browse files
JIaxygavireshk
authored andcommitted
cpufreq: Add SM7325 to cpufreq-dt-platdev blocklist
The Qualcomm SM7325 platform uses the qcom-cpufreq-hw driver, so add it to the cpufreq-dt-platdev driver's blocklist. Signed-off-by: Danila Tikhonov <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 24f9bfb commit b14ceb8

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
@@ -166,6 +166,7 @@ static const struct of_device_id blocklist[] __initconst = {
166166
{ .compatible = "qcom,sm6350", },
167167
{ .compatible = "qcom,sm6375", },
168168
{ .compatible = "qcom,sm7225", },
169+
{ .compatible = "qcom,sm7325", },
169170
{ .compatible = "qcom,sm8150", },
170171
{ .compatible = "qcom,sm8250", },
171172
{ .compatible = "qcom,sm8350", },

0 commit comments

Comments
 (0)