ARM: dts: exynos: add 'chassis-type' property
A new 'chassis-type' root node property has recently been approved for the device-tree specification. Add this property for end-user devices (such as laptops, smartphones and tablets) based on Samsung Exynos ARM SoCs. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Link: https://lore.kernel.org/r/20211017101228.19478-2-krzysztof.kozlowski@canonical.com
This commit is contained in:
Родитель
7ec804d602
Коммит
2b91bd8d2b
|
@ -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 */
|
||||
|
|
Загрузка…
Ссылка в новой задаче