Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <d-gole@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

authored by

Dhruva Gole and committed by
Viresh Kumar
41baf662 1724ae88

-3
-3
drivers/cpufreq/ti-cpufreq.c
··· 318 318 .efuse_offset = 0x0018, 319 319 .efuse_mask = 0x07c0, 320 320 .efuse_shift = 0x6, 321 - .rev_offset = 0x0014, 322 321 .multi_regulator = false, 323 322 .quirks = TI_QUIRK_SYSCON_IS_SINGLE_REG, 324 323 }; ··· 327 328 .efuse_offset = 0x0, 328 329 .efuse_mask = 0x07c0, 329 330 .efuse_shift = 0x6, 330 - .rev_offset = 0x0014, 331 331 .multi_regulator = false, 332 332 }; 333 333 ··· 335 337 .efuse_offset = 0x0, 336 338 .efuse_mask = 0x07c0, 337 339 .efuse_shift = 0x6, 338 - .rev_offset = 0x0014, 339 340 .multi_regulator = false, 340 341 }; 341 342