[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <DA73CTVYS10G.1O0RVVAHTCEGX@linaro.org>
Date: Tue, 27 May 2025 17:42:02 +0100
From: "Alexey Klimov" <alexey.klimov@...aro.org>
To: "Krzysztof Kozlowski" <krzysztof.kozlowski@...aro.org>, "Srinivas
Kandagatla" <srini@...nel.org>, "Mark Brown" <broonie@...nel.org>,
<linux-sound@...r.kernel.org>
Cc: "Liam Girdwood" <lgirdwood@...il.com>, "Rob Herring" <robh@...nel.org>,
"Krzysztof Kozlowski" <krzk+dt@...nel.org>, "Conor Dooley"
<conor+dt@...nel.org>, "Bjorn Andersson" <andersson@...nel.org>, "Dmitry
Baryshkov" <lumag@...nel.org>, "Konrad Dybcio" <konradybcio@...nel.org>,
"Konrad Dybcio" <konrad.dybcio@....qualcomm.com>, "Jaroslav Kysela"
<perex@...ex.cz>, "Takashi Iwai" <tiwai@...e.com>,
<linux-arm-msm@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-gpio@...r.kernel.org>
Subject: Re: [PATCH v3 04/12] ASoC: codecs: lpass-rx-macro: add sm6115
compatible
On Thu May 22, 2025 at 6:49 PM BST, Krzysztof Kozlowski wrote:
> On 22/05/2025 19:40, Alexey Klimov wrote:
>> Add rxmacro compatible for sm6115.
>>
>> Cc: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
>> Signed-off-by: Alexey Klimov <alexey.klimov@...aro.org>
>> ---
>> sound/soc/codecs/lpass-rx-macro.c | 4 +++-
>> 1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/sound/soc/codecs/lpass-rx-macro.c b/sound/soc/codecs/lpass-rx-macro.c
>> index 45a6b83808b277344f17d35a70cd1e3bb89cbaea..3ce7ad758df9fb0b7845a1dfef46cdf0ecf3b8c8 100644
>> --- a/sound/soc/codecs/lpass-rx-macro.c
>> +++ b/sound/soc/codecs/lpass-rx-macro.c
>> @@ -3946,7 +3946,9 @@ static const struct of_device_id rx_macro_dt_match[] = {
>> {
>> .compatible = "qcom,sc7280-lpass-rx-macro",
>> .data = (void *)LPASS_MACRO_FLAG_HAS_NPL_CLOCK,
>> -
>> + }, {
>> + .compatible = "qcom,sm6115-lpass-rx-macro",
>> + .data = (void *)LPASS_MACRO_FLAG_HAS_NPL_CLOCK,
>> }, {
>> .compatible = "qcom,sm8250-lpass-rx-macro",
>> .data = (void *)LPASS_MACRO_FLAG_HAS_NPL_CLOCK,
>
> So devices are compatible, thus why do we need this change?
Ok, I'll link it to sm8250-lpass-rx-macro I guess.
Thanks.
Best regards,
Alexey
Powered by blists - more mailing lists