[PATCH] cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails appropriately

Viresh Kumar viresh.kumar at linaro.org
Tue Sep 3 02:02:22 PDT 2024


On 28-08-24, 08:19, Nishanth Menon wrote:
> Commit b4bc9f9e27ed ("cpufreq: ti-cpufreq: add support for omap34xx
> and omap36xx") introduced special handling for OMAP3 class devices
> where syscon node may not be present. However, this also creates a bug
> where the syscon node is present, however the offset used to read
> is beyond the syscon defined range.
> 
> Fix this by providing a quirk option that is populated when such
> special handling is required. This allows proper failure for all other
> platforms when the syscon node and efuse offsets are mismatched.
> 
> Fixes: b4bc9f9e27ed ("cpufreq: ti-cpufreq: add support for omap34xx and omap36xx")
> Signed-off-by: Nishanth Menon <nm at ti.com>
> ---
> 

Applied. Thanks.

-- 
viresh



More information about the linux-arm-kernel mailing list