Re: [PATCH] arm64: dts: qcom: glymur-crd: Enable WLAN and Bluetooth
From: Abel Vesa
Date: Thu Mar 12 2026 - 09:09:10 EST
On 26-03-10 15:27:25, Zijun Hu wrote:
> On 3/10/2026 1:33 AM, Abel Vesa wrote:
> > The Glymur CRD features a WCN7850 WLAN and Bluetooth combo chip.
>
> a WCN7850 M.2 WiFi bluetooth combo card.
Will fix.
>
> >
> > So describe both the 0.9V and the 3.3V regulators, then WCN7850 PMU and
> > the PCIe WLAN and the UART Bluetooth nodes.
> >
> > This enables WLAN and Bluetooth functionality on the CRD.
> >
> > Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
> > ---
> > arch/arm64/boot/dts/qcom/glymur-crd.dts | 119 ++++++++++++++++++++++++++++++--
> > 1 file changed, 113 insertions(+), 6 deletions(-)
> >
> > diff --git a/arch/arm64/boot/dts/qcom/glymur-crd.dts b/arch/arm64/boot/dts/qcom/glymur-crd.dts
> > index 0de7d35e1148..bcee513e477b 100644
> > --- a/arch/arm64/boot/dts/qcom/glymur-crd.dts
> > +++ b/arch/arm64/boot/dts/qcom/glymur-crd.dts
> > @@ -190,17 +190,27 @@ vreg_nvmesec: regulator-nvmesec {
> > regulator-boot-on;
> > };
> >
[...]
> > +
> > + wcn7850-pmu {
> > + compatible = "qcom,wcn7850-pmu";
> > +
> > + vdd-supply = <&vreg_wcn_0p95>;
> > + vddio-supply = <&vreg_l15b_e0_1p8>;
> > + vddio1p2-supply = <&vreg_l18b_e0_1p2>;
>
> may remove vddio1p2-supply since it does NOT use 1.2v IO power supply
Will drop.
Thanks for reviewing.