From: Arend van Spriel <arend.vanspriel@broadcom.com>
To: Kalle Valo <kvalo@kernel.org>, Hector Martin <marcan@marcan.st>,
Krzysztof Kozlowski <krzk+dt@kernel.org>
Cc: devicetree@vger.kernel.org, linux-wireless@vger.kernel.org,
brcm80211@lists.linux.dev, asahi@lists.linux.dev,
Arend van Spriel <arend.vanspriel@broadcom.com>
Subject: [PATCH 1/2] dt-bindings: wireless: restore constraint for brcm,bcm4329-fmac compatible property
Date: Tue, 20 Aug 2024 12:12:15 +0200 [thread overview]
Message-ID: <20240820101216.355012-2-arend.vanspriel@broadcom.com> (raw)
In-Reply-To: <20240820101216.355012-1-arend.vanspriel@broadcom.com>
When extending the bindings for Apple PCIe devices the compatible property
specification was changed. However, it was changed such that for these
devices it was no longer necessary to have "brcm,bcm4329-fmac" listed as
string in the compatible list property as it was before that extension.
This patch restores that constraint.
Fixes: e2e37224e8b3 ("dt-bindings: net: bcm4329-fmac: Add Apple properties & chips")
Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
---
.../net/wireless/brcm,bcm4329-fmac.yaml | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml b/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml
index e564f20d8f41..47f90446322f 100644
--- a/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml
+++ b/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Broadcom BCM4329 family fullmac wireless SDIO/PCIE devices
maintainers:
- - Arend van Spriel <arend@broadcom.com>
+ - Arend van Spriel <arend.vanspriel@broadcom.com>
description:
The Broadcom Single chip MAC part for the BCM4329 family and
@@ -27,7 +27,6 @@ properties:
- brcm,bcm4341b0-fmac
- brcm,bcm4341b4-fmac
- brcm,bcm4341b5-fmac
- - brcm,bcm4329-fmac
- brcm,bcm4330-fmac
- brcm,bcm4334-fmac
- brcm,bcm43340-fmac
@@ -46,13 +45,15 @@ properties:
- cypress,cyw43012-fmac
- infineon,cyw43439-fmac
- const: brcm,bcm4329-fmac
- - enum:
- - brcm,bcm4329-fmac
- - pci14e4,43dc # BCM4355
- - pci14e4,4464 # BCM4364
- - pci14e4,4488 # BCM4377
- - pci14e4,4425 # BCM4378
- - pci14e4,4433 # BCM4387
+ - items:
+ - enum:
+ - pci14e4,43dc # BCM4355
+ - pci14e4,4464 # BCM4364
+ - pci14e4,4488 # BCM4377
+ - pci14e4,4425 # BCM4378
+ - pci14e4,4433 # BCM4387
+ - const: brcm,bcm4329-fmac
+ - const: brcm,bcm4329-fmac
reg:
description: SDIO function number for the device (for most cases
--
2.32.0
next prev parent reply other threads:[~2024-08-20 10:12 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-20 10:12 [PATCH 0/2] dt-bindings fixup for brcm,bcm4329-fmac.yaml Arend van Spriel
2024-08-20 10:12 ` Arend van Spriel [this message]
2024-08-20 11:14 ` [PATCH 1/2] dt-bindings: wireless: restore constraint for brcm,bcm4329-fmac compatible property Rob Herring (Arm)
2024-08-20 11:43 ` Arend van Spriel
2024-08-20 11:50 ` Krzysztof Kozlowski
2024-08-20 12:08 ` Arend van Spriel
2024-08-20 19:01 ` Arend van Spriel
2024-08-20 11:27 ` Krzysztof Kozlowski
2024-08-20 11:39 ` Krzysztof Kozlowski
2024-08-20 12:50 ` Arend van Spriel
2024-08-20 14:53 ` Arend Van Spriel
2024-08-20 15:37 ` Krzysztof Kozlowski
2024-08-20 15:36 ` Krzysztof Kozlowski
2024-08-20 15:50 ` Krzysztof Kozlowski
2024-08-20 19:29 ` Arend van Spriel
2024-08-21 6:46 ` Krzysztof Kozlowski
2024-08-22 0:26 ` Julian Calaby
2024-08-22 6:29 ` Arend Van Spriel
2024-08-20 10:12 ` [PATCH 2/2] arm64: boot: apple: fixup wifi device specification Arend van Spriel
2024-08-20 11:30 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240820101216.355012-2-arend.vanspriel@broadcom.com \
--to=arend.vanspriel@broadcom.com \
--cc=asahi@lists.linux.dev \
--cc=brcm80211@lists.linux.dev \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=kvalo@kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=marcan@marcan.st \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox