Skip to content

Commit 37f8468

Browse files
jmentivireshk
authored andcommitted
cpufreq: ti: Allow all silicon revisions to support OPPs
More silicon revisions are being defined for AM62x, AM62Px, and AM62ax SoCs. These silicon may also support currently establishes OPPs, so remove the revision limitation in ti-cpufreq and thus determine if an OPP applies with speed grade efuse parsing. Signed-off-by: Judith Mendez <jm@ti.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent f8d63d7 commit 37f8468

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

drivers/cpufreq/ti-cpufreq.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,10 @@ static struct ti_cpufreq_soc_data am3517_soc_data = {
311311
};
312312

313313
static const struct soc_device_attribute k3_cpufreq_soc[] = {
314-
{ .family = "AM62X", .revision = "SR1.0" },
315-
{ .family = "AM62AX", .revision = "SR1.0" },
316-
{ .family = "AM62PX", .revision = "SR1.0" },
317-
{ .family = "AM62DX", .revision = "SR1.0" },
314+
{ .family = "AM62X", },
315+
{ .family = "AM62AX", },
316+
{ .family = "AM62PX", },
317+
{ .family = "AM62DX", },
318318
{ /* sentinel */ }
319319
};
320320

0 commit comments

Comments
 (0)