Commit 4302b3fb authored by Hector Martin's avatar Hector Martin Committed by Kalle Valo
Browse files

arm64: dts: apple: Add WiFi module and antenna properties



Add the new module-instance/antenna-sku properties required to select
WiFi firmwares properly to all board device trees.

Signed-off-by: default avatarHector Martin <marcan@marcan.st>
Reviewed-by: default avatarMark Kettenis <kettenis@openbsd.org>
Acked-by: default avatarHector Martin <marcan@marcan.st>
Signed-off-by: default avatarRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: default avatarKalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/E1oZDoI-0077b3-Dd@rmk-PC.armlinux.org.uk
parent e8b80bf2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,10 @@
	};
};

&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
+4 −0
Original line number Diff line number Diff line
@@ -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.
 */
+4 −0
Original line number Diff line number Diff line
@@ -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.
 */
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,10 @@
	};
};

&wifi0 {
	brcm,board-type = "apple,capri";
};

&i2c0 {
	hpm2: usb-pd@3b {
		compatible = "apple,cd321x";
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,10 @@
	};
};

&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
Loading