[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ce9fd7d6-2811-4dbc-9652-ccb7f5d9aa7c@linaro.org>
Date: Mon, 16 Oct 2023 07:36:04 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Luca Weiss <luca@...tu.xyz>, ~postmarketos/upstreaming@...ts.sr.ht,
phone-devel@...r.kernel.org, Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
Mathieu Poirier <mathieu.poirier@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Loic Poulain <loic.poulain@...aro.org>,
Kalle Valo <kvalo@...nel.org>,
Bryan O'Donoghue <bryan.odonoghue@...aro.org>,
Stephan Gerhold <stephan.gerhold@...nkonzept.com>
Cc: linux-arm-msm@...r.kernel.org, linux-remoteproc@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
wcn36xx@...ts.infradead.org, linux-wireless@...r.kernel.org
Subject: Re: [PATCH 3/4] wifi: wcn36xx: Add check for WCN3680B
On 15/10/2023 22:03, Luca Weiss wrote:
> Add a check for the WCN3680B compatible next to the WCN3680 compatible.
>
> Signed-off-by: Luca Weiss <luca@...tu.xyz>
> ---
> drivers/net/wireless/ath/wcn36xx/main.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/net/wireless/ath/wcn36xx/main.c b/drivers/net/wireless/ath/wcn36xx/main.c
> index 2bd1163177f0..74b0b7074760 100644
> --- a/drivers/net/wireless/ath/wcn36xx/main.c
> +++ b/drivers/net/wireless/ath/wcn36xx/main.c
> @@ -1535,7 +1535,8 @@ static int wcn36xx_platform_get_resources(struct wcn36xx *wcn,
> if (of_device_is_compatible(iris_node, "qcom,wcn3660") ||
> of_device_is_compatible(iris_node, "qcom,wcn3660b"))
> wcn->rf_id = RF_IRIS_WCN3660;
> - if (of_device_is_compatible(iris_node, "qcom,wcn3680"))
> + if (of_device_is_compatible(iris_node, "qcom,wcn3680") ||
> + of_device_is_compatible(iris_node, "qcom,wcn3680b"))
Same comment
Best regards,
Krzysztof
Powered by blists - more mailing lists