Skip to content

Commit 126ee92

Browse files
jannausvenpeter42
authored andcommitted
arm64: dts: apple: Add chassis-type property for Mac Pro
The tower and rack mount Mac Pro variants share the same .dts file and are identical except for the chassis. There doesn't appear to be a property in Apple's device tree to distinguish these two devices so use "server" as chassis type which describes both if one doesn't look too carefully. Signed-off-by: Janne Grunau <j@jannau.net> Reviewed-by: Neal Gompa <neal@gompa.dev> Reviewed-by: Mark Kettenis <kettenis@openbsd.org> Link: https://patch.msgid.link/20260109-apple-dt-chassis-type-v1-3-c215503734c5@jannau.net Signed-off-by: Sven Peter <sven@kernel.org>
1 parent 5a7277c commit 126ee92

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t6022-j180d.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
/ {
1616
compatible = "apple,j180d", "apple,t6022", "apple,arm-platform";
1717
model = "Apple Mac Pro (M2 Ultra, 2023)";
18+
chassis-type = "server";
19+
1820
aliases {
1921
nvram = &nvram;
2022
serial0 = &serial0;

0 commit comments

Comments
 (0)