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 <danila@jiaxyga.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 24f9bfb commit b14ceb8

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
@@ -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)