Skip to content

Commit 7b06c1a

Browse files
committed
ARM: dts: s5pv210: 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 S5Pv210 ARM SoCs. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 2b91bd8 commit 7b06c1a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm/boot/dts/s5pv210-fascinate4g.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/ {
99
model = "Samsung Galaxy S Fascinate 4G (SGH-T959P) based on S5PV210";
1010
compatible = "samsung,fascinate4g", "samsung,aries", "samsung,s5pv210";
11+
chassis-type = "handset";
1112

1213
chosen {
1314
stdout-path = &uart2;

arch/arm/boot/dts/s5pv210-galaxys.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/ {
99
model = "Samsung Galaxy S1 (GT-I9000) based on S5PV210";
1010
compatible = "samsung,galaxys", "samsung,aries", "samsung,s5pv210";
11+
chassis-type = "handset";
1112

1213
chosen {
1314
stdout-path = &uart2;

0 commit comments

Comments
 (0)