cpufreq: dt-platdev: Blacklist ti,am62a7 SoC
JIRA: https://issues.redhat.com/browse/RHEL-32446 Conflicts: drivers/cpufreq/cpufreq-dt-platdev.c - minor context differences commit b2b2029eb17888117a9dad3b111db004f2e7353b Author: Vibhore Vardhan <vibhore@ti.com> Date: Mon, 29 May 2023 10:34:17 +0000 Add ti,am62a7 SoC to the blacklist as the ti-cpufreq driver will handle creating the cpufreq-dt platform device after it completes so it is not created twice. Based on AM625 CPUFreq patch series by Dave Gerlach. Signed-off-by: Vibhore Vardhan <vibhore@ti.com> Reviewed-by: Dhruva Gole <d-gole@ti.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Mark Langsdorf <mlangsdo@redhat.com>
This commit is contained in:
parent
849289de13
commit
f2c49ca3ed
|
@ -170,6 +170,7 @@ static const struct of_device_id blocklist[] __initconst = {
|
|||
{ .compatible = "ti,am43", },
|
||||
{ .compatible = "ti,dra7", },
|
||||
{ .compatible = "ti,omap3", },
|
||||
{ .compatible = "ti,am62a7", },
|
||||
|
||||
{ .compatible = "qcom,ipq8064", },
|
||||
{ .compatible = "qcom,apq8064", },
|
||||
|
|
Loading…
Reference in New Issue