Skip to content

Commit 4b1a783

Browse files
committed
arm64: 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 ARM64 SoCs. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 2b663ae commit 4b1a783

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm64/boot/dts/exynos/exynos5433-tm2.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/ {
1414
model = "Samsung TM2 board";
1515
compatible = "samsung,tm2", "samsung,exynos5433";
16+
chassis-type = "handset";
1617
};
1718

1819
&cmu_disp {

arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/ {
1414
model = "Samsung TM2E board";
1515
compatible = "samsung,tm2e", "samsung,exynos5433";
16+
chassis-type = "handset";
1617
};
1718

1819
&cmu_disp {

0 commit comments

Comments
 (0)