Re: [PATCH] arm64: dts: apple: t8103: Fix PCIe BCM4377 nodename
From: Sven Peter <sven@kernel.org>
Date: 2025-06-11 20:37:28
Also in:
asahi, linux-devicetree, lkml
From: Sven Peter <sven@kernel.org>
Date: 2025-06-11 20:37:28
Also in:
asahi, linux-devicetree, lkml
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>