Message ID | 20200127200350.24465-4-sibis@codeaurora.org |
---|---|
State | Accepted |
Commit | fb091802d793e87b4ed7f83c94e29aadb7fe58b7 |
Headers | show |
Series | [RFC,v3,01/10] arm64: dts: qcom: sdm845: Add SoC compatible to MTP | expand |
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index 5492cf3c9dc18..580abc777d9d8 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -130,6 +130,7 @@ static const struct of_device_id blacklist[] __initconst = { { .compatible = "qcom,apq8096", }, { .compatible = "qcom,msm8996", }, { .compatible = "qcom,qcs404", }, + { .compatible = "qcom,sc7180", }, { .compatible = "qcom,sdm845", }, { .compatible = "st,stih407", },
Add SC7180 to cpufreq-dt-platdev blacklist. Signed-off-by: Sibi Sankar <sibis@codeaurora.org> --- drivers/cpufreq/cpufreq-dt-platdev.c | 1 + 1 file changed, 1 insertion(+)