Skip to content

Commit 40f6be3

Browse files
stephan-ghvireshk
authored andcommitted
cpufreq: dt: platdev: Add MSM8909 to blocklist
MSM8909 uses qcom-cpufreq-nvmem to attach power domains and to parse the speedbin from NVMEM (for opp-supported-hw). Signed-off-by: Stephan Gerhold <stephan.gerhold@kernkonzept.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> [ Viresh: Fixed order in table ] Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 0361e81 commit 40f6be3

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
@@ -142,6 +142,7 @@ static const struct of_device_id blocklist[] __initconst = {
142142
{ .compatible = "nvidia,tegra234", },
143143

144144
{ .compatible = "qcom,apq8096", },
145+
{ .compatible = "qcom,msm8909", },
145146
{ .compatible = "qcom,msm8996", },
146147
{ .compatible = "qcom,msm8998", },
147148
{ .compatible = "qcom,qcm2290", },

0 commit comments

Comments
 (0)