arm64: dts: exynos: add 'chassis-type' property
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Sun, 17 Oct 2021 10:12:26 +0000 (12:12 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Tue, 19 Oct 2021 08:57:32 +0000 (10:57 +0200)
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 <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20211017101228.19478-1-krzysztof.kozlowski@canonical.com
arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts

index fdd0796..aca0170 100644 (file)
@@ -13,6 +13,7 @@
 / {
        model = "Samsung TM2 board";
        compatible = "samsung,tm2", "samsung,exynos5433";
+       chassis-type = "handset";
 };
 
 &cmu_disp {
index 089fc7a..22d2646 100644 (file)
@@ -13,6 +13,7 @@
 / {
        model = "Samsung TM2E board";
        compatible = "samsung,tm2e", "samsung,exynos5433";
+       chassis-type = "handset";
 };
 
 &cmu_disp {