* [PATCH] arm64: dts: apple: t8103: Fix PCIe BCM4377 nodename
@ 2025-06-11 20:30 Janne Grunau via B4 Relay
2025-06-11 20:37 ` Sven Peter
2025-06-13 14:37 ` Sven Peter
0 siblings, 2 replies; 3+ messages in thread
From: Janne Grunau via B4 Relay @ 2025-06-11 20:30 UTC (permalink / raw)
To: Sven Peter, Alyssa Rosenzweig, Neal Gompa, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Mark Kettenis, Marc Zyngier
Cc: asahi, linux-arm-kernel, devicetree, linux-kernel, Janne Grunau
From: Janne Grunau <j@jannau.net>
Fix the following `make dtbs_check` warnings for all t8103 based devices:
arch/arm64/boot/dts/apple/t8103-j274.dtb: network@0,0: $nodename:0: 'network@0,0' does not match '^wifi(@.*)?$'
from schema $id: http://devicetree.org/schemas/net/wireless/brcm,bcm4329-fmac.yaml#
arch/arm64/boot/dts/apple/t8103-j274.dtb: network@0,0: Unevaluated properties are not allowed ('local-mac-address' was unexpected)
from schema $id: http://devicetree.org/schemas/net/wireless/brcm,bcm4329-fmac.yaml#
Fixes: bf2c05b619ff ("arm64: dts: apple: t8103: Expose PCI node for the WiFi MAC address")
Signed-off-by: Janne Grunau <j@jannau.net>
---
arch/arm64/boot/dts/apple/t8103-jxxx.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi b/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi
index 8e82231acab59ca0bffdcecfb6681f59661fcd96..0c8206156bfefda8a32c869787b2e0c8e67a9d17 100644
--- a/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi
+++ b/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi
@@ -71,7 +71,7 @@ hpm1: usb-pd@3f {
*/
&port00 {
bus-range = <1 1>;
- wifi0: network@0,0 {
+ wifi0: wifi@0,0 {
compatible = "pci14e4,4425";
reg = <0x10000 0x0 0x0 0x0 0x0>;
/* To be filled by the loader */
---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250611-arm64_dts_apple_wifi-d415214723e6
Best regards,
--
Janne Grunau <j@jannau.net>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: dts: apple: t8103: Fix PCIe BCM4377 nodename
2025-06-11 20:30 [PATCH] arm64: dts: apple: t8103: Fix PCIe BCM4377 nodename Janne Grunau via B4 Relay
@ 2025-06-11 20:37 ` Sven Peter
2025-06-13 14:37 ` Sven Peter
1 sibling, 0 replies; 3+ messages in thread
From: Sven Peter @ 2025-06-11 20:37 UTC (permalink / raw)
To: j
Cc: asahi, Rob Herring, Neal Gompa, Alyssa Rosenzweig,
linux-arm-kernel, devicetree, Marc Zyngier, Conor Dooley,
linux-kernel, Krzysztof Kozlowski, Mark Kettenis
On 11.06.25 22:30, Janne Grunau via B4 Relay wrote:
> From: Janne Grunau <j@jannau.net>
>
> Fix the following `make dtbs_check` warnings for all t8103 based devices:
>
> arch/arm64/boot/dts/apple/t8103-j274.dtb: network@0,0: $nodename:0: 'network@0,0' does not match '^wifi(@.*)?$'
> from schema $id: http://devicetree.org/schemas/net/wireless/brcm,bcm4329-fmac.yaml#
> arch/arm64/boot/dts/apple/t8103-j274.dtb: network@0,0: Unevaluated properties are not allowed ('local-mac-address' was unexpected)
> from schema $id: http://devicetree.org/schemas/net/wireless/brcm,bcm4329-fmac.yaml#
>
> Fixes: bf2c05b619ff ("arm64: dts: apple: t8103: Expose PCI node for the WiFi MAC address")
> Signed-off-by: Janne Grunau <j@jannau.net>
> ---
Reviewed-by: Sven Peter <sven@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: dts: apple: t8103: Fix PCIe BCM4377 nodename
2025-06-11 20:30 [PATCH] arm64: dts: apple: t8103: Fix PCIe BCM4377 nodename Janne Grunau via B4 Relay
2025-06-11 20:37 ` Sven Peter
@ 2025-06-13 14:37 ` Sven Peter
1 sibling, 0 replies; 3+ messages in thread
From: Sven Peter @ 2025-06-13 14:37 UTC (permalink / raw)
To: Alyssa Rosenzweig, Neal Gompa, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Mark Kettenis, Marc Zyngier, Janne Grunau
Cc: Sven Peter, asahi, linux-arm-kernel, devicetree, linux-kernel
On Wed, 11 Jun 2025 22:30:31 +0200, Janne Grunau wrote:
> Fix the following `make dtbs_check` warnings for all t8103 based devices:
>
> arch/arm64/boot/dts/apple/t8103-j274.dtb: network@0,0: $nodename:0: 'network@0,0' does not match '^wifi(@.*)?$'
> from schema $id: http://devicetree.org/schemas/net/wireless/brcm,bcm4329-fmac.yaml#
> arch/arm64/boot/dts/apple/t8103-j274.dtb: network@0,0: Unevaluated properties are not allowed ('local-mac-address' was unexpected)
> from schema $id: http://devicetree.org/schemas/net/wireless/brcm,bcm4329-fmac.yaml#
>
> [...]
Applied, thanks!
[1/1] arm64: dts: apple: t8103: Fix PCIe BCM4377 nodename
commit: ac1daa91e9370e3b88ef7826a73d62a4d09e2717
Best regards,
--
Sven Peter <sven@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-13 14:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-11 20:30 [PATCH] arm64: dts: apple: t8103: Fix PCIe BCM4377 nodename Janne Grunau via B4 Relay
2025-06-11 20:37 ` Sven Peter
2025-06-13 14:37 ` Sven Peter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).