cpufreq: brcmstb-avs: Fully open-code compatible for grepping
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 13 Jun 2025 07:16:44 +0000 (09:16 +0200)
committerViresh Kumar <viresh.kumar@linaro.org>
Thu, 19 Jun 2025 07:06:32 +0000 (12:36 +0530)
commit43ab245a9ec3837a0ca75c3ed9ba887d8e8b022e
tree4a16881790037590385eb62c35ace120276f3a6a
parent897c0958808ac6b11a9715adef38682d7fa66229
cpufreq: brcmstb-avs: Fully open-code compatible for grepping

It is very useful to find driver implementing compatibles with `git grep
compatible`, so driver should not use defines for that string, even if
this means string will be effectively duplicated.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/brcmstb-avs-cpufreq.c