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,
~postmarketos/upstreaming@lists.sr.ht,
Amir Dahan <system64fumo@tuta.io>,
Christopher Brown <crispybrown@gmail.com>,
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Subject: Re: [PATCH v6 04/15] arm64: dts: qcom: sdm845-lg-common: Add uarts and Bluetooth
Date: Tue, 24 Mar 2026 11:50:33 +0100 [thread overview]
Message-ID: <ed869f72-8ff2-4901-8b1f-273f2a635bdf@oss.qualcomm.com> (raw)
In-Reply-To: <20260323-judyln-dts-v6-4-29d70ca1651c@postmarketos.org>
On 3/24/26 3:06 AM, Paul Sajna wrote:
> uart9 is debug serial on USB SBU1/2
>
> UART RX is SBU1 and UART TX is SBU2 of the USB-C port).
> 1.8V Logic Level
> Tested using pololu usb07a https://www.pololu.com/product/2585
> and CH340 USB-UART
>
> uart6 is bluetooth
>
> Bluetooth: hci0: setting up wcn399x
> Bluetooth: hci0: QCA Product ID :0x0000000a
> Bluetooth: hci0: QCA SOC Version :0x40010214
> Bluetooth: hci0: QCA ROM Version :0x00000201
> Bluetooth: hci0: QCA Patch Version:0x00000001
> Bluetooth: hci0: QCA controller version 0x02140201
> Bluetooth: hci0: QCA Downloading qca/crbtfw21.tlv
> Bluetooth: hci0: QCA Downloading qca/judyln/crnv21.bin
> Bluetooth: hci0: QCA setup on UART is completed
>
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> Signed-off-by: Paul Sajna <sajattack@postmarketos.org>
> ---
[...]
> diff --git a/arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts b/arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts
> index 09bfcef42402..e530a08f5e27 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts
> +++ b/arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts
> @@ -43,6 +43,14 @@ &adsp_pas {
> firmware-name = "qcom/sdm845/judyln/adsp.mbn";
> };
>
> +&bluetooth {
> + /*
> + * This path is relative to the qca/
> + * subdir under lib/firmware.
> + */
> + firmware-name = "judyln/crnv21.bin";
What about the other board?
Konrad
next prev parent reply other threads:[~2026-03-24 10:50 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-24 2:06 [PATCH v6 00/15] arm64: dts: qcom: sdm845-lg-{common, judyln}: Improve HW support in dts Paul Sajna
2026-03-24 2:06 ` [PATCH v6 01/15] arm64: dts: qcom: sdm845-lg-common: Sort nodes and properties Paul Sajna
2026-03-24 2:06 ` [PATCH v6 02/15] arm64: dts: qcom: sdm845-lg-common: Enable venus Paul Sajna
2026-03-24 10:48 ` Konrad Dybcio
2026-03-24 2:06 ` [PATCH v6 03/15] arm64: dts: qcom: sdm845-lg-common: Enable qups Paul Sajna
2026-03-24 20:57 ` Dmitry Baryshkov
2026-03-24 2:06 ` [PATCH v6 04/15] arm64: dts: qcom: sdm845-lg-common: Add uarts and Bluetooth Paul Sajna
2026-03-24 10:50 ` Konrad Dybcio [this message]
2026-03-24 2:06 ` [PATCH v6 05/15] arm64: dts: qcom: sdm845-lg-judyln: Add battery and charger Paul Sajna
2026-03-24 2:06 ` [PATCH v6 06/15] arm64: dts: qcom: sdm845-lg-common: Add LEDs Paul Sajna
2026-03-24 2:06 ` [PATCH v6 07/15] arm64: dts: qcom: sdm845-lg-judyln: Add lab/ibb Paul Sajna
2026-03-24 10:51 ` Konrad Dybcio
2026-03-24 2:06 ` [PATCH v6 08/15] arm64: dts: qcom: sdm845-lg-judyln: Add display panel Paul Sajna
2026-03-24 20:58 ` Dmitry Baryshkov
2026-03-24 2:06 ` [PATCH v6 09/15] arm64: dts: qcom: sdm845-lg-judyln: Add firmware nodes, change path Paul Sajna
2026-03-24 10:49 ` Konrad Dybcio
2026-03-24 16:17 ` Paul Sajna
2026-03-24 20:55 ` Dmitry Baryshkov
2026-03-25 2:35 ` Paul Sajna
2026-03-25 3:18 ` Dmitry Baryshkov
2026-03-24 20:56 ` Dmitry Baryshkov
2026-03-25 2:03 ` Paul Sajna
2026-03-25 3:18 ` Dmitry Baryshkov
2026-03-24 2:06 ` [PATCH v6 10/15] arm64: dts: qcom: sdm845-lg-{common, judyln}: Add wifi node Paul Sajna
2026-03-24 21:07 ` Dmitry Baryshkov
2026-03-24 2:06 ` [PATCH v6 11/15] arm64: dts: qcom: sdm845-lg-common: Add chassis-type Paul Sajna
2026-03-24 2:06 ` [PATCH v6 12/15] arm64: dts: qcom: sdm845-lg-common: Add camera flash Paul Sajna
2026-03-24 2:13 ` [PATCH v6 00/15] arm64: dts: qcom: sdm845-lg-{common, judyln}: Improve HW support in dts Paul Sajna
2026-03-24 9:40 ` Konrad Dybcio
2026-03-24 14:26 ` Konstantin Ryabitsev
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=ed869f72-8ff2-4901-8b1f-273f2a635bdf@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=dmitry.baryshkov@oss.qualcomm.com \
--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@tuta.io \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/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