提交 01c5bb0c 编写于 作者: S Sumit Gupta 提交者: Viresh Kumar

cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklist

Tegra234 platform uses the tegra194-cpufreq driver, so add it
to the blocklist in cpufreq-dt-platdev driver to avoid the cpufreq
driver registration from there.
Signed-off-by: NSumit Gupta <sumitg@nvidia.com>
Signed-off-by: NViresh Kumar <viresh.kumar@linaro.org>
上级 1a6a8b00
...@@ -137,6 +137,7 @@ static const struct of_device_id blocklist[] __initconst = { ...@@ -137,6 +137,7 @@ static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "nvidia,tegra30", }, { .compatible = "nvidia,tegra30", },
{ .compatible = "nvidia,tegra124", }, { .compatible = "nvidia,tegra124", },
{ .compatible = "nvidia,tegra210", }, { .compatible = "nvidia,tegra210", },
{ .compatible = "nvidia,tegra234", },
{ .compatible = "qcom,apq8096", }, { .compatible = "qcom,apq8096", },
{ .compatible = "qcom,msm8996", }, { .compatible = "qcom,msm8996", },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册