diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-10-17 12:12:27 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-10-19 10:57:40 +0200 |
commit | 2b91bd8d2bce958f75c97a9bb808a1844d2f5a53 (patch) | |
tree | b99a7a1c21e156e19581d9c762c4fac1853d5036 /arch/arm/boot/dts/exynos4412-i9305.dts | |
parent | ARM: dts: exynos: use spaces instead of tabs around '=' (diff) | |
download | linux-2b91bd8d2bce958f75c97a9bb808a1844d2f5a53.tar.xz linux-2b91bd8d2bce958f75c97a9bb808a1844d2f5a53.zip |
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
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-i9305.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4412-i9305.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4412-i9305.dts b/arch/arm/boot/dts/exynos4412-i9305.dts index 6bc3d897f432..77083f1a8273 100644 --- a/arch/arm/boot/dts/exynos4412-i9305.dts +++ b/arch/arm/boot/dts/exynos4412-i9305.dts @@ -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 */ |