Re: [PATCH v9] arm64: dts: qcom: qcs8300-ride: enable WLAN on qcs8300-ride
From: Konrad Dybcio
Date: Thu Feb 05 2026 - 04:31:46 EST
On 1/22/26 6:36 AM, Wei Zhang wrote:
> Enable WLAN on qcs8300-ride by adding a node for the PMU module
> of the WCN6855 and assigning its LDO power outputs to the existing
> WiFi module.
>
> On the qcs8300-ride platform, the corresponding firmware and BDF
> are QCA6698AQ instead of WCN6855, which have been added in the
> 20250211 release.
>
> Signed-off-by: Wei Zhang <wei.zhang@xxxxxxxxxxxxxxxx>
> ---
[...]
> + wlan_en_state: wlan-en-state {
> + pins = "gpio54";
> + function = "gpio";
> + bias-pull-up;
> + };
pull-up sounds odd for an active-high pin
Konrad