Skip to content

Commit 86dd979

Browse files
committed
Merge tag 'samsung-dt-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/dt
Samsung DTS ARM changes for v5.16, part two Add chassis-type property. * tag 'samsung-dt-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux: ARM: dts: s5pv210: add 'chassis-type' property ARM: dts: exynos: add 'chassis-type' property Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 2ec4927 + 7b06c1a commit 86dd979

16 files changed

+16
-0
lines changed

arch/arm/boot/dts/exynos3250-rinato.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
/ {
2020
model = "Samsung Rinato board";
2121
compatible = "samsung,rinato", "samsung,exynos3250", "samsung,exynos3";
22+
chassis-type = "watch";
2223

2324
aliases {
2425
i2c7 = &i2c_max77836;

arch/arm/boot/dts/exynos4210-i9100.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
/ {
1919
model = "Samsung Galaxy S2 (GT-I9100)";
2020
compatible = "samsung,i9100", "samsung,exynos4210", "samsung,exynos4";
21+
chassis-type = "handset";
2122

2223
memory@40000000 {
2324
device_type = "memory";

arch/arm/boot/dts/exynos4210-trats.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/ {
1717
model = "Samsung Trats based on Exynos4210";
1818
compatible = "samsung,trats", "samsung,exynos4210", "samsung,exynos4";
19+
chassis-type = "handset";
1920

2021
memory@40000000 {
2122
device_type = "memory";

arch/arm/boot/dts/exynos4210-universal_c210.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/ {
1717
model = "Samsung Universal C210 based on Exynos4210 rev0";
1818
compatible = "samsung,universal_c210", "samsung,exynos4210", "samsung,exynos4";
19+
chassis-type = "handset";
1920

2021
memory@40000000 {
2122
device_type = "memory";

arch/arm/boot/dts/exynos4412-i9300.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/ {
1313
model = "Samsung Galaxy S3 (GT-I9300) based on Exynos4412";
1414
compatible = "samsung,i9300", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
15+
chassis-type = "handset";
1516

1617
/* bootargs are passed in by bootloader */
1718

arch/arm/boot/dts/exynos4412-i9305.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/ {
66
model = "Samsung Galaxy S3 (GT-I9305) based on Exynos4412";
77
compatible = "samsung,i9305", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
8+
chassis-type = "handset";
89

910
/* bootargs are passed in by bootloader */
1011

arch/arm/boot/dts/exynos4412-n710x.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/ {
66
compatible = "samsung,n710x", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
77
model = "Samsung Galaxy Note 2 (GT-N7100, GT-N7105) based on Exynos4412";
8+
chassis-type = "handset";
89

910
memory@40000000 {
1011
device_type = "memory";

arch/arm/boot/dts/exynos4412-p4note-n8010.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/ {
1313
model = "Samsung Galaxy Note 10.1 (GT-N8010/N8013) based on Exynos4412";
1414
compatible = "samsung,n8010", "samsung,p4note", "samsung,exynos4412", "samsung,exynos4";
15+
chassis-type = "tablet";
1516

1617
/* this is the base variant without any kind of modem */
1718
};

arch/arm/boot/dts/exynos4412-trats2.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
/ {
1616
model = "Samsung Trats 2 based on Exynos4412";
1717
compatible = "samsung,trats2", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
18+
chassis-type = "handset";
1819

1920
memory@40000000 {
2021
device_type = "memory";

arch/arm/boot/dts/exynos5250-snow-rev5.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
model = "Google Snow Rev 5+";
1515
compatible = "google,snow-rev5", "samsung,exynos5250",
1616
"samsung,exynos5";
17+
chassis-type = "laptop";
1718

1819
sound {
1920
compatible = "google,snow-audio-max98090";

0 commit comments

Comments
 (0)