From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Patrick Wildt <patrick@blueri.se>,
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Kalle Valo <kvalo@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Andy Gross <agross@kernel.org>,
Steev Klimaszewski <steev@kali.org>,
linux-wireless@vger.kernel.org, netdev@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-kernel@vger.kernel.org,
Johan Hovold <johan+linaro@kernel.org>
Subject: Re: [PATCH 2/2] arm64: dts: qcom: x1e80100-yoga: add wifi calibration variant
Date: Tue, 16 Jul 2024 01:02:23 +0200 [thread overview]
Message-ID: <9dc823e9-eef1-41a8-b151-43558cdd7c09@linaro.org> (raw)
In-Reply-To: <08b70537-d23c-414c-a539-d5166e9e27c1@linaro.org>
On 16.07.2024 1:00 AM, Konrad Dybcio wrote:
> On 16.07.2024 12:01 AM, Patrick Wildt wrote:
>> Am Tue, Jul 16, 2024 at 12:51:53AM +0300 schrieb Dmitry Baryshkov:
>>> On Mon, Jul 15, 2024 at 09:40:41PM GMT, Patrick Wildt wrote:
>>>> Describe the bus topology for PCIe domain 4 and add the ath12k
>>>> calibration variant so that the board file (calibration data) can be
>>>> loaded.
>>>>
>>>> Signed-off-by: Patrick Wildt <patrick@blueri.se>
>>>> ---
>>>> .../boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts | 9 +++++++++
>>>> arch/arm64/boot/dts/qcom/x1e80100.dtsi | 10 ++++++++++
>>>> 2 files changed, 19 insertions(+)
>>>>
>>>> diff --git a/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts b/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts
>>>> index fbff558f5b07..f569f0fbd1fc 100644
>>>> --- a/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts
>>>> +++ b/arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts
>>>> @@ -635,6 +635,15 @@ &pcie4_phy {
>>>> status = "okay";
>>>> };
>>>>
>>>> +&pcie4_port0 {
>>>> + wifi@0 {
>>>> + compatible = "pci17cb,1107";
>>>> + reg = <0x10000 0x0 0x0 0x0 0x0>;
>>>> +
>>>> + qcom,ath12k-calibration-variant = "LES790";
>>>
>>> It doesn't look like it follows the rest of the calibration variants.
>>>
>>> Something like "Lenovo_Y7x" or "Lenovo_Yoga7x" sounds more logical.
>>
>> This is what's both in the DSDT
>>
>> Device (WLN)
>> {
>> [...]
>> Name (BDFE, "BDF_LES790")
>>
>> and kvalo's board-2.bin for this machine:
>>
>> $ strings board-2.bin | grep LES
>> bus=pci,vendor=17cb,device=1107,subsystem-vendor=17aa,subsystem-device=e0e9,qmi-chip-id=2,qmi-board-id=255,variant=LES790
>>
>> I don't think we can hand-pick these strings, they come from whoever
>> decided upon them and fed them into ACPI tables and QC's binaries.
>
> Huh, great nod from qca!
> Looks like there's even a bit more hw supported in there..
>
> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Ref: https://git.codelinaro.org/clo/ath-firmware/ath12k-firmware/-/blob/main/WCN7850/hw2.0/board-2.bin
Konrad
next prev parent reply other threads:[~2024-07-15 23:02 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-15 19:38 [PATCH 0/2] arm64: dts: qcom: x1e80100-yoga: add wifi calibration variant Patrick Wildt
2024-07-15 19:39 ` [PATCH 1/2] dt-bindings: net: wireless: add ath12k pcie bindings Patrick Wildt
2024-07-15 20:54 ` Andrew Lunn
2024-07-15 21:10 ` Patrick Wildt
2024-07-15 22:46 ` Konrad Dybcio
2024-07-16 9:55 ` Krzysztof Kozlowski
2024-07-15 19:40 ` [PATCH 2/2] arm64: dts: qcom: x1e80100-yoga: add wifi calibration variant Patrick Wildt
2024-07-15 21:51 ` Dmitry Baryshkov
2024-07-15 22:01 ` Patrick Wildt
2024-07-15 23:00 ` Konrad Dybcio
2024-07-15 23:02 ` Konrad Dybcio [this message]
2024-07-16 11:12 ` Dmitry Baryshkov
2024-07-16 10:13 ` Manivannan Sadhasivam
2025-01-03 21:18 ` Bjorn Helgaas
2024-07-18 14:40 ` [PATCH 0/2] " Jeff Johnson
2024-07-18 15:47 ` Rob Clark
2024-07-18 20:57 ` Dmitry Baryshkov
2024-07-29 3:58 ` (subset) " Bjorn Andersson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9dc823e9-eef1-41a8-b151-43558cdd7c09@linaro.org \
--to=konrad.dybcio@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=edumazet@google.com \
--cc=johan+linaro@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=kuba@kernel.org \
--cc=kvalo@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=patrick@blueri.se \
--cc=robh+dt@kernel.org \
--cc=steev@kali.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).