Commit 86dd9795 authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'samsung-dt-5.16-2' of...

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/20211026094709.75692-3-krzysztof.kozlowski@canonical.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 2ec49273 7b06c1ad
......@@ -19,6 +19,7 @@
/ {
model = "Samsung Rinato board";
compatible = "samsung,rinato", "samsung,exynos3250", "samsung,exynos3";
chassis-type = "watch";
aliases {
i2c7 = &i2c_max77836;
......
......@@ -18,6 +18,7 @@
/ {
model = "Samsung Galaxy S2 (GT-I9100)";
compatible = "samsung,i9100", "samsung,exynos4210", "samsung,exynos4";
chassis-type = "handset";
memory@40000000 {
device_type = "memory";
......
......@@ -16,6 +16,7 @@
/ {
model = "Samsung Trats based on Exynos4210";
compatible = "samsung,trats", "samsung,exynos4210", "samsung,exynos4";
chassis-type = "handset";
memory@40000000 {
device_type = "memory";
......
......@@ -16,6 +16,7 @@
/ {
model = "Samsung Universal C210 based on Exynos4210 rev0";
compatible = "samsung,universal_c210", "samsung,exynos4210", "samsung,exynos4";
chassis-type = "handset";
memory@40000000 {
device_type = "memory";
......
......@@ -12,6 +12,7 @@
/ {
model = "Samsung Galaxy S3 (GT-I9300) based on Exynos4412";
compatible = "samsung,i9300", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
chassis-type = "handset";
/* bootargs are passed in by bootloader */
......
......@@ -5,6 +5,7 @@
/ {
model = "Samsung Galaxy S3 (GT-I9305) based on Exynos4412";
compatible = "samsung,i9305", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
chassis-type = "handset";
/* bootargs are passed in by bootloader */
......
......@@ -5,6 +5,7 @@
/ {
compatible = "samsung,n710x", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
model = "Samsung Galaxy Note 2 (GT-N7100, GT-N7105) based on Exynos4412";
chassis-type = "handset";
memory@40000000 {
device_type = "memory";
......
......@@ -12,6 +12,7 @@
/ {
model = "Samsung Galaxy Note 10.1 (GT-N8010/N8013) based on Exynos4412";
compatible = "samsung,n8010", "samsung,p4note", "samsung,exynos4412", "samsung,exynos4";
chassis-type = "tablet";
/* this is the base variant without any kind of modem */
};
......@@ -15,6 +15,7 @@
/ {
model = "Samsung Trats 2 based on Exynos4412";
compatible = "samsung,trats2", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
chassis-type = "handset";
memory@40000000 {
device_type = "memory";
......
......@@ -14,6 +14,7 @@ / {
model = "Google Snow Rev 5+";
compatible = "google,snow-rev5", "samsung,exynos5250",
"samsung,exynos5";
chassis-type = "laptop";
sound {
compatible = "google,snow-audio-max98090";
......
......@@ -12,6 +12,7 @@ / {
model = "Google Snow";
compatible = "google,snow-rev4", "google,snow", "samsung,exynos5250",
"samsung,exynos5";
chassis-type = "laptop";
sound {
compatible = "google,snow-audio-max98095";
......
......@@ -16,6 +16,7 @@
/ {
model = "Google Spring";
compatible = "google,spring", "samsung,exynos5250", "samsung,exynos5";
chassis-type = "laptop";
memory@40000000 {
device_type = "memory";
......
......@@ -26,6 +26,7 @@ / {
"google,pit-rev7", "google,pit-rev6",
"google,pit", "google,peach","samsung,exynos5420",
"samsung,exynos5";
chassis-type = "laptop";
aliases {
/* Assign 20 so we don't get confused w/ builtin ones */
......
......@@ -24,6 +24,7 @@ / {
"google,pi-rev11", "google,pi-rev10",
"google,pi", "google,peach", "samsung,exynos5800",
"samsung,exynos5";
chassis-type = "laptop";
aliases {
/* Assign 20 so we don't get confused w/ builtin ones */
......
......@@ -8,6 +8,7 @@
/ {
model = "Samsung Galaxy S Fascinate 4G (SGH-T959P) based on S5PV210";
compatible = "samsung,fascinate4g", "samsung,aries", "samsung,s5pv210";
chassis-type = "handset";
chosen {
stdout-path = &uart2;
......
......@@ -8,6 +8,7 @@
/ {
model = "Samsung Galaxy S1 (GT-I9000) based on S5PV210";
compatible = "samsung,galaxys", "samsung,aries", "samsung,s5pv210";
chassis-type = "handset";
chosen {
stdout-path = &uart2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment