Re: [PATCH v3 7/7] Bluetooth: qca: Set NVMEM BD address quirks when address is invalid

From: Loic Poulain

Date: Mon Jun 08 2026 - 07:46:01 EST


On Mon, Jun 8, 2026 at 1:29 PM Konrad Dybcio
<konrad.dybcio@xxxxxxxxxxxxxxxx> wrote:
>
> On 6/8/26 12:50 PM, Loic Poulain wrote:
> > When the controller BD address is invalid (zero or default),
> > set the NVMEM quirks to allow retrieving the address from a
> > 'local-bd-address' NVMEM cell. The BD address is often stored
> > alongside the WiFi MAC address in big-endian format, so also
> > set the big-endian quirk.
> >
> > Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>
> > Signed-off-by: Loic Poulain <loic.poulain@xxxxxxxxxxxxxxxx>
> > ---
> > arch/arm64/boot/dts/qcom/qrb2210-arduino-imola.dts | 39 ++++++++++++++++++++++
> > drivers/bluetooth/btqca.c | 5 ++-
>
> Squash mistake?

Indeed, thanks Konrad.