Skip to content

Commit 41baf66

Browse files
DhruvaG2000vireshk
authored andcommitted
cpufreq: ti-cpufreq: Remove revision offsets in AM62 family
With the Silicon revision being taken directly from socinfo, there's no longer any need for reading any SOC register for revision from this driver. Hence, we do not require any rev_offset for AM62 family of devices. Signed-off-by: Dhruva Gole <[email protected]> Reviewed-by: Nishanth Menon <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
1 parent 1724ae8 commit 41baf66

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/cpufreq/ti-cpufreq.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ static struct ti_cpufreq_soc_data am625_soc_data = {
318318
.efuse_offset = 0x0018,
319319
.efuse_mask = 0x07c0,
320320
.efuse_shift = 0x6,
321-
.rev_offset = 0x0014,
322321
.multi_regulator = false,
323322
.quirks = TI_QUIRK_SYSCON_IS_SINGLE_REG,
324323
};
@@ -328,7 +327,6 @@ static struct ti_cpufreq_soc_data am62a7_soc_data = {
328327
.efuse_offset = 0x0,
329328
.efuse_mask = 0x07c0,
330329
.efuse_shift = 0x6,
331-
.rev_offset = 0x0014,
332330
.multi_regulator = false,
333331
};
334332

@@ -337,7 +335,6 @@ static struct ti_cpufreq_soc_data am62p5_soc_data = {
337335
.efuse_offset = 0x0,
338336
.efuse_mask = 0x07c0,
339337
.efuse_shift = 0x6,
340-
.rev_offset = 0x0014,
341338
.multi_regulator = false,
342339
};
343340

0 commit comments

Comments
 (0)