diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2022-09-24 18:44:22 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-10-18 01:22:10 +0300 |
commit | 6d28bc945dea4628516b207e0f68199bbc063848 (patch) | |
tree | 95cfc6d35cfbbe1e0938464a47f8b47bc078c705 /arch/arm/boot/dts/qcom-msm8226-samsung-s3ve3g.dts | |
parent | 7475f7248ebaf1cd29d6cb21b4523bfcc30eb332 (diff) | |
download | linux-6d28bc945dea4628516b207e0f68199bbc063848.tar.xz |
ARM: dts: qcom: add 'chassis-type' property
Add the chassis-type property to arm32 Qualcomm watches, phones and
tablets.
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220924154422.9896-1-luca@z3ntu.xyz
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8226-samsung-s3ve3g.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8226-samsung-s3ve3g.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8226-samsung-s3ve3g.dts b/arch/arm/boot/dts/qcom-msm8226-samsung-s3ve3g.dts index 290e1df631f0..6a082ad4418a 100644 --- a/arch/arm/boot/dts/qcom-msm8226-samsung-s3ve3g.dts +++ b/arch/arm/boot/dts/qcom-msm8226-samsung-s3ve3g.dts @@ -8,6 +8,7 @@ / { model = "Samsung Galaxy S III Neo"; compatible = "samsung,s3ve3g", "qcom,msm8226"; + chassis-type = "handset"; aliases { serial0 = &blsp1_uart3; |