From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: Paul Sajna <sajattack@postmarketos.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
David Heidelberg <david@ixit.cz>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, phone-devel@vger.kernel.org,
Amir Dahan <system64fumo@protonmail.com>,
Christopher Brown <crispybrown@gmail.com>
Subject: Re: [PATCH v4 07/12] arm64: dts: qcom: sdm845-lg-{common, judyln}: Add wifi node
Date: Fri, 28 Nov 2025 12:15:12 +0100 [thread overview]
Message-ID: <fcd95d47-1b5f-466f-af94-7a1374777439@oss.qualcomm.com> (raw)
In-Reply-To: <20251125-judyln-dts-v4-7-a5a60500b267@postmarketos.org>
On 11/25/25 9:12 AM, Paul Sajna wrote:
> Wi-Fi now works with this patch and relevant firmware
>
> ath10k_snoc 18800000.wifi: qmi chip_id 0x30214 chip_family 0x4001 board_id 0xff soc_id 0x40030001
> ath10k_snoc 18800000.wifi: qmi fw_version 0x20060285 fw_build_timestamp 2020-10-12 23:35 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HL.2.0.c4-00645-QCAHLSWMTPLZ-1.336037.2
> ath10k_snoc 18800000.wifi: wcn3990 hw1.0 target 0x00000008 chip_id 0x00000000 sub 0000:0000
> ath10k_snoc 18800000.wifi: kconfig debug 1 debugfs 1 tracing 0 dfs 0 testmode 0
> ath10k_snoc 18800000.wifi: firmware ver api 5 features wowlan,mgmt-tx-by-reference,non-bmi crc32 b3d4b790
> ath10k_snoc 18800000.wifi: htt-ver 3.83 wmi-op 4 htt-op 3 cal file max-sta 32 raw 0 hwcrypto 1
> ath10k_snoc 18800000.wifi: invalid MAC address; choosing random
>
> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
without the merge conflict leftovers, ofc ;)
Konrad
[...]
> diff --git a/arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts b/arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts
> index 9ec2edf6134c..a61f7bd65a7a 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts
> +++ b/arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts
> @@ -141,10 +141,11 @@ sde_te_active_sleep: sde-te-active-sleep-state {
> bias-pull-down;
> };
> };
> -<<<<<<< HEAD
> -=======
>
> &venus {
> firmware-name = "qcom/sdm845/lg/judyln/venus.mbn";
> };
> ->>>>>>> d58184825fa5 (arm64: dts: qcom: sdm845-lg-judyln: Add firmware nodes, change path)
> +
> +&wifi {
> + qcom,calibration-variant = "lg_judyln";
> +};
>
next prev parent reply other threads:[~2025-11-28 11:15 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-25 8:12 [PATCH v4 00/12] arm64: dts: qcom: sdm845-lg-{common, judyln}: Improve HW support in dts Paul Sajna
2025-11-25 8:12 ` [PATCH v4 01/12] arm64: dts: qcom: sdm845-lg-common: Sort nodes and properties Paul Sajna
2025-11-25 8:12 ` [PATCH v4 02/12] arm64: dts: qcom: sdm845-lg-common: Add uarts and Bluetooth Paul Sajna
2025-11-25 8:12 ` [PATCH v4 03/12] arm64: dts: qcom: sdm845-lg-judyln: Add battery and charger Paul Sajna
2025-11-28 11:13 ` Konrad Dybcio
2025-11-25 8:12 ` [PATCH v4 04/12] arm64: dts: qcom: sdm845-lg-common: Add LEDs Paul Sajna
2025-11-28 11:14 ` Konrad Dybcio
2025-11-25 8:12 ` [PATCH v4 05/12] arm64: dts: qcom: sdm845-lg-judyln: Add display panel Paul Sajna
2025-12-01 12:44 ` Konrad Dybcio
2025-11-25 8:12 ` [PATCH v4 06/12] arm64: dts: qcom: sdm845-lg-judyln: Add firmware nodes, change path Paul Sajna
2025-11-25 9:29 ` David Heidelberg
2025-11-25 8:12 ` [PATCH v4 07/12] arm64: dts: qcom: sdm845-lg-{common, judyln}: Add wifi node Paul Sajna
2025-11-28 11:15 ` Konrad Dybcio [this message]
2025-11-25 8:12 ` [PATCH v4 08/12] arm64: dts: qcom: sdm845-lg-common: Add chassis-type Paul Sajna
2025-11-25 8:12 ` [PATCH v4 09/12] arm64: dts: qcom: sdm845-lg-common: Add camera flash Paul Sajna
2025-11-28 20:20 ` Paul Sajna
2025-12-01 11:42 ` Konrad Dybcio
2025-12-03 9:27 ` Paul Sajna
2025-12-04 9:17 ` Konrad Dybcio
2025-12-04 18:37 ` Paul Sajna
2025-12-05 10:32 ` Konrad Dybcio
2025-11-25 8:12 ` [PATCH v4 10/12] arm64: dts: qcom: sdm845-lg-judyln: Add lab/ibb Paul Sajna
2025-12-01 12:38 ` Konrad Dybcio
2025-12-02 4:21 ` Paul Sajna
2025-12-02 10:34 ` Konrad Dybcio
2025-11-25 8:12 ` [PATCH v4 11/12] arm64: dts: qcom: sdm845-lg-common: Change ipa gsi-loader to 'self' Paul Sajna
2025-11-25 8:12 ` [PATCH v4 12/12] arm64: dts: qcom: sdm845-lg-common: remove framebuffer reserved-mem Paul Sajna
2025-12-01 12:41 ` Konrad Dybcio
2025-12-02 4:41 ` Paul Sajna
2025-12-02 10:34 ` Konrad Dybcio
2025-12-03 8:42 ` Paul Sajna
2025-12-03 10:37 ` David Heidelberg
2025-12-03 10:45 ` David Heidelberg
2025-12-03 10:55 ` Konrad Dybcio
2025-11-25 18:09 ` [PATCH v4 00/12] arm64: dts: qcom: sdm845-lg-{common, judyln}: Improve HW support in dts Rob Herring
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=fcd95d47-1b5f-466f-af94-7a1374777439@oss.qualcomm.com \
--to=konrad.dybcio@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=crispybrown@gmail.com \
--cc=david@ixit.cz \
--cc=devicetree@vger.kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=phone-devel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sajattack@postmarketos.org \
--cc=system64fumo@protonmail.com \
/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