[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f5b8ab93-0d09-479f-9790-1072716a5de7@kernel.org>
Date: Fri, 16 Jan 2026 11:22:30 +0100
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Dhruva Gole <d-gole@...com>
Cc: "Rafael J. Wysocki" <rafael@...nel.org>,
Viresh Kumar <viresh.kumar@...aro.org>, Nishanth Menon <nm@...com>,
Vignesh Raghavendra <vigneshr@...com>, Tero Kristo <kristo@...nel.org>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Kendall Willis <k-willis@...com>,
Sebin Francis <sebin.francis@...com>, Bryan Brattlof <bb@...com>,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org
Subject: Re: [PATCH 1/3] cpufreq: dt-platdev: Add ti,am62l3 to blocklist
On 16/01/2026 11:06, Dhruva Gole wrote:
> On Jan 16, 2026 at 10:16:08 +0100, Krzysztof Kozlowski wrote:
>> On 16/01/2026 10:01, Dhruva Gole wrote:
>>> Add AM62L3 SoC to the dt-platdev blocklist to ensure proper handling
>>> of CPUFreq functionality. The AM62L3 will use its native TI CPUFreq
>>> driver implementation instead of the generic dt-platdev driver.
>>>
>>> This follows the same pattern as other TI SoCs like AM62A7, AM62D2,
>>> and AM62P5 which have been previously added to this blocklist.
>>>
>>> Signed-off-by: Dhruva Gole <d-gole@...com>
>>> ---
>>> drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
>>> 1 file changed, 1 insertion(+)
>>>
>>> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
>>> index 1708179b2610bca6035d10f0f4766eee6f73912e..29122bac2e22f6e7a8e8294cc01923c8a13d53c1 100644
>>> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
>>> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
>>> @@ -194,6 +194,7 @@ static const struct of_device_id blocklist[] __initconst = {
>>> { .compatible = "ti,am62a7", },
>>> { .compatible = "ti,am62d2", },
>>> { .compatible = "ti,am62p5", },
>>> + { .compatible = "ti,am62l3", },
>>
>> p > l
>
> Fair point, I thought more from a "latest SOC" point of view but the
> standard here is alphabetical, will re-spin.
This is not a TI-specific list, but all SoCs, so it is not sorted by
latest SoC. Neither sunxi nor Samsung are sorted that (I believe same
applies to others, but did not verify).
Best regards,
Krzysztof
Powered by blists - more mailing lists