Re: [PATCH v2 0/9] Exynos Adaptive Supply Voltage support

From: Viresh Kumar
Date: Mon Jul 22 2019 - 22:05:01 EST


On 18-07-19, 16:30, Sylwester Nawrocki wrote:
> This is second iteration of patch series adding ASV (Adaptive Supply
> Voltage) support for Exynos SoCs. The first one can be found at:
> https://lore.kernel.org/lkml/20190404171735.12815-1-s.nawrocki@xxxxxxxxxxx
>
> The main changes comparing to the first (RFC) version are:
> - moving ASV data tables from DT to the driver,
> - converting the chipid and the ASV drivers to use regmap,
> - converting the ASV driver to proper platform driver.
>
> I tried the opp-supported-hw bitmask approach as in the Qualcomm CPUFreq
> DT bindings but it resulted in too many OPPs and DT nodes, around 200
> per CPU cluster. So the ASV OPP tables are now in the ASV driver, as in
> downstream kernels.

Hmm. Can you explain why do you have so many OPPs? How many
frequencies do you actually support per cluster and what all varies
per frequency based on hw ? How many hw version do u have ?

I am asking as the OPP core can be improved to support your case if
possible. But I need to understand the problem first.

--
viresh