From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B0ED42E3AE8; Tue, 8 Jul 2025 16:31:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751992310; cv=none; b=ExHeUtJw7gqcU8iojcmTpYF/ZvLr7mODFrUiTqNSpaoNt/+hsEmipUg3xvxGYtOkUyhiTYl36hS4HHdJZEcsSyVtYOZrluNY8sP34wqEFMo8mgxYWdKxFpsgcjS6ny3oW/6Qc9h4uSqT4eQ4zlIxeA7modeNUiPUD4RUlO/46UI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751992310; c=relaxed/simple; bh=89NY/WW5eulaJpyAKbbaSrWkgQ6DIu+WpE1DzlnJijM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=A3p6Lfxt3zwU8xNsxqm9acCBjakpAtRcu0YtKlhFWPhCHvTiLv3uXOZnpW4SpGZZG1tz3uh22DBKBgRHXqc6mY3FfxsvIYW53Haz1xSz+Eijn+qvEUSIutsRCh+xPEhGEmC2BOeyTFTuI9LHSIqEfZnpQ4QnGkfCyzb8K/sykkU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=B4qGQBMr; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="B4qGQBMr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2C36C4CEED; Tue, 8 Jul 2025 16:31:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1751992310; bh=89NY/WW5eulaJpyAKbbaSrWkgQ6DIu+WpE1DzlnJijM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=B4qGQBMrrjIoDta9aderp5ufJ0JYCnpWgYUb1tn1WRmvi8t96soMqBSNGlcEd6Ltm 3fxxtCFn5UhcyPUE8yl4aysbnm3BDsdiwfhQshoVMrbYSQWQ8rTbcGZ1r4ZndpcIqn 2IRqrz07ZQlktMR8E+oRhstRwxW9R86keMBUSXO4= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Janne Grunau , Sven Peter , Sasha Levin Subject: [PATCH 6.6 018/132] arm64: dts: apple: t8103: Fix PCIe BCM4377 nodename Date: Tue, 8 Jul 2025 18:22:09 +0200 Message-ID: <20250708162231.263320949@linuxfoundation.org> X-Mailer: git-send-email 2.50.0 In-Reply-To: <20250708162230.765762963@linuxfoundation.org> References: <20250708162230.765762963@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Janne Grunau [ 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 Reviewed-by: Sven Peter Link: https://lore.kernel.org/r/20250611-arm64_dts_apple_wifi-v1-1-fb959d8e1eb4@jannau.net Signed-off-by: Sven Peter Signed-off-by: Sasha Levin --- 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 5988a4eb6efaa..cb78ce7af0b38 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 */ -- 2.39.5