Skip to content

Commit 5a7277c

Browse files
jannausvenpeter42
authored andcommitted
arm64: dts: apple: Add chassis-type property for Apple desktop devices
Apple's Mac mini and Studio are desktop devices. The SMBIOS has chassis types which might be more accurate like "low profile desktop" or "mini pc" but without clear definition what those are use plain "desktop" as chassis-type in the root node. 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-2-c215503734c5@jannau.net Signed-off-by: Sven Peter <sven@kernel.org>
1 parent e9ea755 commit 5a7277c

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t600x-j375.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
*/
1111

1212
/ {
13+
chassis-type = "desktop";
14+
1315
aliases {
1416
bluetooth0 = &bluetooth0;
1517
ethernet0 = &ethernet0;

arch/arm64/boot/dts/apple/t8103-j274.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
/ {
1616
compatible = "apple,j274", "apple,t8103", "apple,arm-platform";
1717
model = "Apple Mac mini (M1, 2020)";
18+
chassis-type = "desktop";
1819

1920
aliases {
2021
ethernet0 = &ethernet0;

arch/arm64/boot/dts/apple/t8112-j473.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
/ {
1616
compatible = "apple,j473", "apple,t8112", "apple,arm-platform";
1717
model = "Apple Mac mini (M2, 2023)";
18+
chassis-type = "desktop";
1819

1920
aliases {
2021
ethernet0 = &ethernet0;

0 commit comments

Comments
 (0)