]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: s5pv210: add 'chassis-type' property
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Sun, 17 Oct 2021 10:12:28 +0000 (12:12 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Tue, 19 Oct 2021 08:57:40 +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 S5Pv210 ARM SoCs.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20211017101228.19478-3-krzysztof.kozlowski@canonical.com
arch/arm/boot/dts/s5pv210-fascinate4g.dts
arch/arm/boot/dts/s5pv210-galaxys.dts

index b47d8300e536ed047551ff972b52ee4e64eae5bb..7427c84f11260f7710020c6d8ade2cbf79de9f07 100644 (file)
@@ -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;
index 560f830b6f6be69fb84286eac8e88973c609d3c8..eeec2bdece11e251cc1d1e154ea059562c79f1ac 100644 (file)
@@ -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;