cpufreq: Add SM6375 to cpufreq-dt-platdev blocklist
JIRA: https://issues.redhat.com/browse/RHEL-1026 commit faf28e240dd118d9521c68aeb9388b9b8f02d9d0 Author: Konrad Dybcio <konrad.dybcio@linaro.org> Date: Wed, 04 Jan 2023 12:05:06 +0000 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 <konrad.dybcio@linaro.org> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Mark Langsdorf <mlangsdo@redhat.com>
This commit is contained in:
parent
7d37a3c52b
commit
3032106bd8
|
@ -149,6 +149,7 @@ static const struct of_device_id blocklist[] __initconst = {
|
|||
{ .compatible = "qcom,sdm845", },
|
||||
{ .compatible = "qcom,sm6115", },
|
||||
{ .compatible = "qcom,sm6350", },
|
||||
{ .compatible = "qcom,sm6375", },
|
||||
{ .compatible = "qcom,sm8150", },
|
||||
{ .compatible = "qcom,sm8250", },
|
||||
{ .compatible = "qcom,sm8350", },
|
||||
|
|
Loading…
Reference in New Issue