mbox series

[v1,0/3] Add AP6275P wireless support

Message ID 20240620020015.4021696-1-jacobe.zang@wesion.com (mailing list archive)
Headers show
Series Add AP6275P wireless support | expand

Message

Jacobe Zang June 20, 2024, 2 a.m. UTC
These add AP6275P wireless support on Khadas Edge2. Enable 32k clock 
for Wi-Fi module and extend the hardware IDs table in the brcmfmac 
driver for it to attach.

Jacobe Zang (3):
  arm64: dts: rockchip: Add AP6275P wireless support to Khadas Edge 2
  net: wireless: brcmfmac: Add optional 32k clock enable support
  net: wireless: brcmfmac: Add support for AP6275P

 .../boot/dts/rockchip/rk3588s-khadas-edge2.dts   | 16 ++++++++++++++++
 .../wireless/broadcom/brcm80211/brcmfmac/pcie.c  | 15 ++++++++++++++-
 .../broadcom/brcm80211/include/brcm_hw_ids.h     |  2 ++
 3 files changed, 32 insertions(+), 1 deletion(-)

Comments

Arend Van Spriel June 20, 2024, 5:33 p.m. UTC | #1
On June 20, 2024 4:00:31 AM Jacobe Zang <jacobe.zang@wesion.com> wrote:

> These add AP6275P wireless support on Khadas Edge2. Enable 32k clock
> for Wi-Fi module and extend the hardware IDs table in the brcmfmac
> driver for it to attach.

Please get the bindings properly defined. I assume the patch sent earlier 
titled "[PATCH v1] dt-bindings: net: wireless: BCM4329 binding: add 
pci14e4,449d" is related. Focus on getting agreement on that before 
throwing in DTS and driver details.

Regards,
Arend
Jacobe Zang June 21, 2024, 12:18 a.m. UTC | #2
> Focus on getting agreement on that before
> throwing in DTS and driver details.

Got it. I will focus on pushing the patch of defination first.

---
Best Regards
Jacobe