From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C3F44ECAAD3 for ; Wed, 7 Sep 2022 09:44:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-ID:References:Subject :In-Reply-To:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Kz7DbZ0Q99SoSmMTzVn+XNnrauVAOM/n1T89Ep08w20=; b=YMzzKEs6Veajex KQhmjRqj0UkOuD2zMYwhER5G2xjcGfFIfeZQr/ynEsPtyZPtVmqoCFAEYnA98yEakm6XNLYrFSR/o l3HMS1Y+0k4uZfIgtcKjfeQNqLhdOoYmZmoLgba5WfTJUnmUXJ+92BF+eI7DTz9lFWqlB16pwrX/m KAcz1JS7h/LBByqv9rK59hs1+jB/YKuse0aCLJ51lOOoWyEPPWh336QpfVYqzDxEc0UOPL11jGVwn 9YQyVw9MiV7AVNmvlGiNS3ipf9KVAvcaLhHBg8tkzaVrIjoStdK0z6oHvBA7ZCGz+s9fKFF56svRf 4bezORcXeO2OMVbkm9fw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oVrZk-004zu1-LE; Wed, 07 Sep 2022 09:42:29 +0000 Received: from 80-61-163-207.fixed.kpn.net ([80.61.163.207] helo=sibelius.xs4all.nl) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oVrLF-004s4I-Hn for linux-arm-kernel@lists.infradead.org; Wed, 07 Sep 2022 09:27:31 +0000 Received: from localhost (bloch.sibelius.xs4all.nl [local]) by bloch.sibelius.xs4all.nl (OpenSMTPD) with ESMTPA id b640ccba; Wed, 7 Sep 2022 11:27:25 +0200 (CEST) Date: Wed, 7 Sep 2022 11:27:25 +0200 (CEST) From: Mark Kettenis To: Russell King (Oracle) Cc: aspriel@gmail.com, franky.lin@broadcom.com, hante.meuleman@broadcom.com, alyssa@rosenzweig.io, asahi@lists.linux.dev, brcm80211-dev-list.pdl@broadcom.com, davem@davemloft.net, devicetree@vger.kernel.org, edumazet@google.com, marcan@marcan.st, kuba@kernel.org, kvalo@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-arm-kernel@lists.infradead.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, pabeni@redhat.com, zajec5@gmail.com, robh+dt@kernel.org, SHA-cyfmac-dev-list@infineon.com, sven@svenpeter.dev In-Reply-To: (rmk+kernel@armlinux.org.uk) Subject: Re: [PATCH net-next 12/12] arm64: dts: apple: Add WiFi module and antenna properties References: Message-ID: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220907_022729_926860_14427738 X-CRM114-Status: GOOD ( 13.04 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org > From: Russell King (Oracle) > Date: Wed, 07 Sep 2022 08:48:42 +0100 > > From: Hector Martin > > Add the new module-instance/antenna-sku properties required to select > WiFi firmwares properly to all board device trees. > > Signed-off-by: Hector Martin > Signed-off-by: Russell King (Oracle) Reviewed-by: Mark Kettenis > --- > arch/arm64/boot/dts/apple/t8103-j274.dts | 4 ++++ > arch/arm64/boot/dts/apple/t8103-j293.dts | 4 ++++ > arch/arm64/boot/dts/apple/t8103-j313.dts | 4 ++++ > arch/arm64/boot/dts/apple/t8103-j456.dts | 4 ++++ > arch/arm64/boot/dts/apple/t8103-j457.dts | 4 ++++ > arch/arm64/boot/dts/apple/t8103-jxxx.dtsi | 2 ++ > 6 files changed, 22 insertions(+) > > diff --git a/arch/arm64/boot/dts/apple/t8103-j274.dts b/arch/arm64/boot/dts/apple/t8103-j274.dts > index 2cd429efba5b..c1f3ba9c39f6 100644 > --- a/arch/arm64/boot/dts/apple/t8103-j274.dts > +++ b/arch/arm64/boot/dts/apple/t8103-j274.dts > @@ -21,6 +21,10 @@ aliases { > }; > }; > > +&wifi0 { > + brcm,board-type = "apple,atlantisb"; > +}; > + > /* > * Force the bus number assignments so that we can declare some of the > * on-board devices and properties that are populated by the bootloader > diff --git a/arch/arm64/boot/dts/apple/t8103-j293.dts b/arch/arm64/boot/dts/apple/t8103-j293.dts > index 49cdf4b560a3..ecb10d237a05 100644 > --- a/arch/arm64/boot/dts/apple/t8103-j293.dts > +++ b/arch/arm64/boot/dts/apple/t8103-j293.dts > @@ -17,6 +17,10 @@ / { > model = "Apple MacBook Pro (13-inch, M1, 2020)"; > }; > > +&wifi0 { > + brcm,board-type = "apple,honshu"; > +}; > + > /* > * Remove unused PCIe ports and disable the associated DARTs. > */ > diff --git a/arch/arm64/boot/dts/apple/t8103-j313.dts b/arch/arm64/boot/dts/apple/t8103-j313.dts > index b0ebb45bdb6f..df741737b8e6 100644 > --- a/arch/arm64/boot/dts/apple/t8103-j313.dts > +++ b/arch/arm64/boot/dts/apple/t8103-j313.dts > @@ -17,6 +17,10 @@ / { > model = "Apple MacBook Air (M1, 2020)"; > }; > > +&wifi0 { > + brcm,board-type = "apple,shikoku"; > +}; > + > /* > * Remove unused PCIe ports and disable the associated DARTs. > */ > diff --git a/arch/arm64/boot/dts/apple/t8103-j456.dts b/arch/arm64/boot/dts/apple/t8103-j456.dts > index 884fddf7d363..8c6bf9592510 100644 > --- a/arch/arm64/boot/dts/apple/t8103-j456.dts > +++ b/arch/arm64/boot/dts/apple/t8103-j456.dts > @@ -21,6 +21,10 @@ aliases { > }; > }; > > +&wifi0 { > + brcm,board-type = "apple,capri"; > +}; > + > &i2c0 { > hpm2: usb-pd@3b { > compatible = "apple,cd321x"; > diff --git a/arch/arm64/boot/dts/apple/t8103-j457.dts b/arch/arm64/boot/dts/apple/t8103-j457.dts > index d7c622931627..fe7c0aaf7d62 100644 > --- a/arch/arm64/boot/dts/apple/t8103-j457.dts > +++ b/arch/arm64/boot/dts/apple/t8103-j457.dts > @@ -21,6 +21,10 @@ aliases { > }; > }; > > +&wifi0 { > + brcm,board-type = "apple,santorini"; > +}; > + > /* > * Force the bus number assignments so that we can declare some of the > * on-board devices and properties that are populated by the bootloader > diff --git a/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi b/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi > index fe2ae40fa9dd..3d15b8e2a6c1 100644 > --- a/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi > +++ b/arch/arm64/boot/dts/apple/t8103-jxxx.dtsi > @@ -71,8 +71,10 @@ hpm1: usb-pd@3f { > &port00 { > bus-range = <1 1>; > wifi0: network@0,0 { > + compatible = "pci14e4,4425"; > reg = <0x10000 0x0 0x0 0x0 0x0>; > /* To be filled by the loader */ > local-mac-address = [00 00 00 00 00 00]; > + apple,antenna-sku = "XX"; > }; > }; > -- > 2.30.2 > > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel