]> www.infradead.org Git - users/hch/misc.git/commitdiff
arm64: dts: apple: t600x: Add missing WiFi properties
authorHector Martin <marcan@marcan.st>
Sat, 23 Aug 2025 09:49:45 +0000 (11:49 +0200)
committerSven Peter <sven@kernel.org>
Sun, 31 Aug 2025 18:26:30 +0000 (20:26 +0200)
Add compatible and antenna-sku properties to the shared node and
brcm,board-type property to individuall board device trees.

Signed-off-by: Hector Martin <marcan@marcan.st>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Reviewed-by: Sven Peter <sven@kernel.org>
Signed-off-by: Janne Grunau <j@jannau.net>
Link: https://lore.kernel.org/r/20250823-apple-dt-sync-6-17-v2-2-6dc0daeb4786@jannau.net
Signed-off-by: Sven Peter <sven@kernel.org>
arch/arm64/boot/dts/apple/t6000-j314s.dts
arch/arm64/boot/dts/apple/t6000-j316s.dts
arch/arm64/boot/dts/apple/t6001-j314c.dts
arch/arm64/boot/dts/apple/t6001-j316c.dts
arch/arm64/boot/dts/apple/t6001-j375c.dts
arch/arm64/boot/dts/apple/t6002-j375d.dts
arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi
arch/arm64/boot/dts/apple/t600x-j375.dtsi

index c9e192848fe3f9f91c3c305e169b949a45e7f7e3..ac35870ca129ce353b04296800b197bf684d0bd7 100644 (file)
@@ -16,3 +16,7 @@
        compatible = "apple,j314s", "apple,t6000", "apple,arm-platform";
        model = "Apple MacBook Pro (14-inch, M1 Pro, 2021)";
 };
+
+&wifi0 {
+       brcm,board-type = "apple,maldives";
+};
index ff1803ce23001c7817a336456bed626adc3931e3..77d6d8c14d741e9b6a0dc44f764ea54f966e0d59 100644 (file)
@@ -16,3 +16,7 @@
        compatible = "apple,j316s", "apple,t6000", "apple,arm-platform";
        model = "Apple MacBook Pro (16-inch, M1 Pro, 2021)";
 };
+
+&wifi0 {
+       brcm,board-type = "apple,madagascar";
+};
index 1761d15b98c12f9f6a19798e10d0544805538397..0a5655792a8f1cb6d0029bf9f967aa74cf6c01f7 100644 (file)
@@ -16,3 +16,7 @@
        compatible = "apple,j314c", "apple,t6001", "apple,arm-platform";
        model = "Apple MacBook Pro (14-inch, M1 Max, 2021)";
 };
+
+&wifi0 {
+       brcm,board-type = "apple,maldives";
+};
index 750e9beeffc0aa87f1dcac1b57dddf78184ddd47..9c215531ea543e9afe8c131f7c8dc68cfaae666c 100644 (file)
@@ -16,3 +16,7 @@
        compatible = "apple,j316c", "apple,t6001", "apple,arm-platform";
        model = "Apple MacBook Pro (16-inch, M1 Max, 2021)";
 };
+
+&wifi0 {
+       brcm,board-type = "apple,madagascar";
+};
index 62ea437b58b25ca649e20b1072b4d835bbc17d3a..88ca2037556cec4307d27bba0244d7ba7f45b184 100644 (file)
@@ -16,3 +16,7 @@
        compatible = "apple,j375c", "apple,t6001", "apple,arm-platform";
        model = "Apple Mac Studio (M1 Max, 2022)";
 };
+
+&wifi0 {
+       brcm,board-type = "apple,okinawa";
+};
index 3365429bdc8be90b63c8051822243d897854ab27..f56d13b37eaff1c3c14815575a71024661669296 100644 (file)
        };
 };
 
+&wifi0 {
+       brcm,board-type = "apple,okinawa";
+};
+
 /* delete unused always-on power-domains on die 1 */
 
 /delete-node/ &ps_atc2_usb_aon_die1;
index 22ebc78e120bf8f0f71fd532e9dce4dcd117bbc6..b699672a5543c1c172f9a788d36287c0b09051e1 100644 (file)
        /* WLAN */
        bus-range = <1 1>;
        wifi0: wifi@0,0 {
+               compatible = "pci14e4,4433";
                reg = <0x10000 0x0 0x0 0x0 0x0>;
                /* To be filled by the loader */
                local-mac-address = [00 10 18 00 00 10];
+               apple,antenna-sku = "XX";
        };
 };
 
index d5b985ad567936111ee5cccc9ca9fc23d01d9edf..95560bf3798bfebe133afafba674005a3e62ddcc 100644 (file)
        /* WLAN */
        bus-range = <1 1>;
        wifi0: wifi@0,0 {
+               compatible = "pci14e4,4433";
                reg = <0x10000 0x0 0x0 0x0 0x0>;
                /* To be filled by the loader */
                local-mac-address = [00 10 18 00 00 10];
+               apple,antenna-sku = "XX";
        };
 };