2022-10-06 11:02:59

by Karthikeyan Kathirvel

[permalink] [raw]
Subject: [PATCH 8/8] wifi: ath11k: add ipq5018 device support

ipq5018 is a ahb 2ghz device, enable the compatible support for
ipq5018 in ahb.

Tested-on : IPQ5018 hw1.0 AHB WLAN.HK.2.5.0.1-01192-QCAHKSWPL_SILICONZ-1 v1

Signed-off-by: Sriram R <[email protected]>
Co-developed-by: Karthikeyan Kathirvel <[email protected]>
Signed-off-by: Karthikeyan Kathirvel <[email protected]>
---
drivers/net/wireless/ath/ath11k/ahb.c | 3 +++
1 file changed, 3 insertions(+)

diff --git a/drivers/net/wireless/ath/ath11k/ahb.c b/drivers/net/wireless/ath/ath11k/ahb.c
index 231414e677b1..2bc45a7e51cb 100644
--- a/drivers/net/wireless/ath/ath11k/ahb.c
+++ b/drivers/net/wireless/ath/ath11k/ahb.c
@@ -32,6 +32,9 @@ static const struct of_device_id ath11k_ahb_of_match[] = {
{ .compatible = "qcom,wcn6750-wifi",
.data = (void *)ATH11K_HW_WCN6750_HW10,
},
+ { .compatible = "qcom,ipq5018-wifi",
+ .data = (void *)ATH11K_HW_IPQ5018_HW10,
+ },
{ }
};

--
2.38.0


2022-10-07 23:38:27

by Jeff Johnson

[permalink] [raw]
Subject: Re: [PATCH 8/8] wifi: ath11k: add ipq5018 device support

On 10/6/2022 3:59 AM, Karthikeyan Kathirvel wrote:
> ipq5018 is a ahb 2ghz device, enable the compatible support for

nits: s/ahb/AHB/g && s/2ghz/2 GHz/

> ipq5018 in ahb.
>
> Tested-on : IPQ5018 hw1.0 AHB WLAN.HK.2.5.0.1-01192-QCAHKSWPL_SILICONZ-1 v1
>
> Signed-off-by: Sriram R <[email protected]>
> Co-developed-by: Karthikeyan Kathirvel <[email protected]>
> Signed-off-by: Karthikeyan Kathirvel <[email protected]>
> ---
> drivers/net/wireless/ath/ath11k/ahb.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/net/wireless/ath/ath11k/ahb.c b/drivers/net/wireless/ath/ath11k/ahb.c
> index 231414e677b1..2bc45a7e51cb 100644
> --- a/drivers/net/wireless/ath/ath11k/ahb.c
> +++ b/drivers/net/wireless/ath/ath11k/ahb.c
> @@ -32,6 +32,9 @@ static const struct of_device_id ath11k_ahb_of_match[] = {
> { .compatible = "qcom,wcn6750-wifi",
> .data = (void *)ATH11K_HW_WCN6750_HW10,
> },
> + { .compatible = "qcom,ipq5018-wifi",
> + .data = (void *)ATH11K_HW_IPQ5018_HW10,
> + },
> { }
> };
>