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 2/2] arm64: boot: apple: fixup wifi device specification
Date: Tue, 20 Aug 2024 12:12:16 +0200 [thread overview]
Message-ID: <20240820101216.355012-3-arend.vanspriel@broadcom.com> (raw)
In-Reply-To: <20240820101216.355012-1-arend.vanspriel@broadcom.com>
Align with the corrected device tree bindings in brcm,bcm4329-fmac.yaml
which imposes a constraint that the compatible should have the string
"brcm,bcm4329-fmac".
Fixes: e2e37224e8b3 ("dt-bindings: net: bcm4329-fmac: Add Apple properties & chips")
Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
---
arch/arm64/boot/dts/apple/t8103-jxxx.dtsi | 2 +-
arch/arm64/boot/dts/apple/t8112-j413.dts | 2 +-
arch/arm64/boot/dts/apple/t8112-j493.dts | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi b/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi
index 5988a4eb6efa..4b021626d469 100644
--- a/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi
+++ b/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi
@@ -72,7 +72,7 @@ hpm1: usb-pd@3f {
&port00 {
bus-range = <1 1>;
wifi0: network@0,0 {
- compatible = "pci14e4,4425";
+ compatible = "pci14e4,4425", "brcm,bcm4329-fmac";
reg = <0x10000 0x0 0x0 0x0 0x0>;
/* To be filled by the loader */
local-mac-address = [00 00 00 00 00 00];
diff --git a/arch/arm64/boot/dts/apple/t8112-j413.dts b/arch/arm64/boot/dts/apple/t8112-j413.dts
index 6f69658623bf..df2a63d8dd5e 100644
--- a/arch/arm64/boot/dts/apple/t8112-j413.dts
+++ b/arch/arm64/boot/dts/apple/t8112-j413.dts
@@ -43,7 +43,7 @@ led-0 {
&port00 {
bus-range = <1 1>;
wifi0: wifi@0,0 {
- compatible = "pci14e4,4433";
+ compatible = "pci14e4,4433", "brcm,bcm4329-fmac";
reg = <0x10000 0x0 0x0 0x0 0x0>;
/* To be filled by the loader */
local-mac-address = [00 10 18 00 00 10];
diff --git a/arch/arm64/boot/dts/apple/t8112-j493.dts b/arch/arm64/boot/dts/apple/t8112-j493.dts
index 0ad908349f55..5f3453e109b8 100644
--- a/arch/arm64/boot/dts/apple/t8112-j493.dts
+++ b/arch/arm64/boot/dts/apple/t8112-j493.dts
@@ -43,7 +43,7 @@ led-0 {
&port00 {
bus-range = <1 1>;
wifi0: wifi@0,0 {
- compatible = "pci14e4,4425";
+ compatible = "pci14e4,4425", "brcm,bcm4329-fmac";
reg = <0x10000 0x0 0x0 0x0 0x0>;
/* To be filled by the loader */
local-mac-address = [00 00 00 00 00 00];
--
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 ` [PATCH 1/2] dt-bindings: wireless: restore constraint for brcm,bcm4329-fmac compatible property Arend van Spriel
2024-08-20 11:14 ` 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 ` Arend van Spriel [this message]
2024-08-20 11:30 ` [PATCH 2/2] arm64: boot: apple: fixup wifi device specification 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-3-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