Skip to content

Commit c338c0e

Browse files
committed
arm64: dts: apple: Add chassis-type property for Apple desktop devices
Mac mini and Studio are desktop devices. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent ae4e438 commit c338c0e

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
atcphy0 = &atcphy0;
1517
atcphy1 = &atcphy1;

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
bluetooth0 = &bluetooth0;

0 commit comments

Comments
 (0)