Skip to content

Commit ae4e438

Browse files
committed
arm64: dts: apple: Add chassis-type property for all Macbooks
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 9a747e6 commit ae4e438

6 files changed

Lines changed: 7 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include <dt-bindings/leds/common.h>
1313

1414
/ {
15+
chassis-type = "laptop";
16+
1517
aliases {
1618
atcphy0 = &atcphy0;
1719
atcphy1 = &atcphy1;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/ {
1717
compatible = "apple,j293", "apple,t8103", "apple,arm-platform";
1818
model = "Apple MacBook Pro (13-inch, M1, 2020)";
19+
chassis-type = "laptop";
1920

2021
/*
2122
* All of those are used by the bootloader to pass calibration

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/ {
1717
compatible = "apple,j313", "apple,t8103", "apple,arm-platform";
1818
model = "Apple MacBook Air (M1, 2020)";
19+
chassis-type = "laptop";
1920

2021
aliases {
2122
sep = &sep;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/ {
1717
compatible = "apple,j413", "apple,t8112", "apple,arm-platform";
1818
model = "Apple MacBook Air (13-inch, M2, 2022)";
19+
chassis-type = "laptop";
1920

2021
aliases {
2122
bluetooth0 = &bluetooth0;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/ {
1717
compatible = "apple,j415", "apple,t8112", "apple,arm-platform";
1818
model = "Apple MacBook Air (15-inch, M2, 2023)";
19+
chassis-type = "laptop";
1920

2021
aliases {
2122
bluetooth0 = &bluetooth0;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/ {
1717
compatible = "apple,j493", "apple,t8112", "apple,arm-platform";
1818
model = "Apple MacBook Pro (13-inch, M2, 2022)";
19+
chassis-type = "laptop";
1920

2021
/*
2122
* All of those are used by the bootloader to pass calibration

0 commit comments

Comments
 (0)