Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: wireless: brcm,bcm4329-fmac: Add CYW43439 DT binding
@ 2024-03-09  3:13 Marek Vasut
  2024-03-09 11:40 ` Krzysztof Kozlowski
  2024-03-12 15:33 ` Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Marek Vasut @ 2024-03-09  3:13 UTC (permalink / raw)
  To: linux-wireless
  Cc: Marek Vasut, David S. Miller, Conor Dooley, Eric Dumazet,
	Jakub Kicinski, Kalle Valo, Krzysztof Kozlowski, Paolo Abeni,
	Rob Herring, devicetree, netdev, van Spriel

CYW43439 is a Wi-Fi + Bluetooth combo device from Infineon. The
WiFi part is capable of 802.11 b/g/n. This chip is present e.g.
on muRata 1YN module. Extend the binding with its DT compatible.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Kalle Valo <kvalo@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Paolo Abeni <pabeni@redhat.com>
Cc: Rob Herring <robh@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-wireless@vger.kernel.org
Cc: netdev@vger.kernel.org
Cc: van Spriel <arend@broadcom.com>
---
 .../devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml b/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml
index 4aa521f1be8cd..e564f20d8f415 100644
--- a/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml
+++ b/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml
@@ -44,6 +44,7 @@ properties:
               - brcm,bcm4366-fmac
               - cypress,cyw4373-fmac
               - cypress,cyw43012-fmac
+              - infineon,cyw43439-fmac
           - const: brcm,bcm4329-fmac
       - enum:
           - brcm,bcm4329-fmac
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: net: wireless: brcm,bcm4329-fmac: Add CYW43439 DT binding
  2024-03-09  3:13 [PATCH] dt-bindings: net: wireless: brcm,bcm4329-fmac: Add CYW43439 DT binding Marek Vasut
@ 2024-03-09 11:40 ` Krzysztof Kozlowski
  2024-03-12 15:33 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2024-03-09 11:40 UTC (permalink / raw)
  To: Marek Vasut, linux-wireless
  Cc: David S. Miller, Conor Dooley, Eric Dumazet, Jakub Kicinski,
	Kalle Valo, Krzysztof Kozlowski, Paolo Abeni, Rob Herring,
	devicetree, netdev, van Spriel

On 09/03/2024 04:13, Marek Vasut wrote:
> CYW43439 is a Wi-Fi + Bluetooth combo device from Infineon. The
> WiFi part is capable of 802.11 b/g/n. This chip is present e.g.
> on muRata 1YN module. Extend the binding with its DT compatible.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: net: wireless: brcm,bcm4329-fmac: Add CYW43439 DT binding
  2024-03-09  3:13 [PATCH] dt-bindings: net: wireless: brcm,bcm4329-fmac: Add CYW43439 DT binding Marek Vasut
  2024-03-09 11:40 ` Krzysztof Kozlowski
@ 2024-03-12 15:33 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2024-03-12 15:33 UTC (permalink / raw)
  To: Marek Vasut
  Cc: linux-wireless, Marek Vasut, David S. Miller, Conor Dooley,
	Eric Dumazet, Jakub Kicinski, Krzysztof Kozlowski, Paolo Abeni,
	Rob Herring, devicetree, netdev, van Spriel

Marek Vasut <marex@denx.de> wrote:

> CYW43439 is a Wi-Fi + Bluetooth combo device from Infineon. The
> WiFi part is capable of 802.11 b/g/n. This chip is present e.g.
> on muRata 1YN module. Extend the binding with its DT compatible.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Patch applied to wireless-next.git, thanks.

086ba26d55dd dt-bindings: net: wireless: brcm,bcm4329-fmac: Add CYW43439 DT binding

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20240309031355.269835-1-marex@denx.de/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-12 15:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-09  3:13 [PATCH] dt-bindings: net: wireless: brcm,bcm4329-fmac: Add CYW43439 DT binding Marek Vasut
2024-03-09 11:40 ` Krzysztof Kozlowski
2024-03-12 15:33 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox