]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: apple: t8103: Fix PCIe BCM4377 nodename
authorJanne Grunau <j@jannau.net>
Wed, 11 Jun 2025 20:30:31 +0000 (22:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Jul 2025 13:59:45 +0000 (15:59 +0200)
[ Upstream commit ac1daa91e9370e3b88ef7826a73d62a4d09e2717 ]

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>
Link: https://lore.kernel.org/r/20250611-arm64_dts_apple_wifi-v1-1-fb959d8e1eb4@jannau.net
Signed-off-by: Sven Peter <sven@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/apple/t8103-jxxx.dtsi

index 3d15b8e2a6c1e62bb13199ed267fa41815312ca9..6d78f623e6df5a2cfab631ba5a4b7ee87eface6a 100644 (file)
@@ -70,7 +70,7 @@
  */
 &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 */