forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 408
Closed
Description
While working on Odroid XU3, I noticed a typo in the ASV tables which would cause cpufreq to not work correctly on boards with ASV=5.
The typo is in https://github.com/hardkernel/linux/blob/odroidxu3-3.10.y/arch/arm/mach-exynos/include/mach/asv-exynos5422_evt0.h#L347. '98750' should be '987500', i.e., a missing zero. This leads to incorrect voltage being assigned to that frequency which then fails sanity checking in code and causes cpufreq to misbehave.
Please let me know if you'd like any more details.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels