]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: Add missing 'chassis-type's
authorStephan Gerhold <stephan@gerhold.net>
Mon, 25 Oct 2021 10:22:24 +0000 (12:22 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 18 Nov 2021 01:05:00 +0000 (19:05 -0600)
Add the "chassis-type" to msm8916-samsung-serranove and
sm7225-fairphone-fp4 that were posted before the patch that added the
chassis-type to existing device trees, but merged after it.

Also, looks like sdm636-sony-xperia-ganges-mermaid was missing in
commit eaa744b1c101 ("arm64: dts: qcom: add 'chassis-type' property")
so add it there as well.

Cc: Luca Weiss <luca@z3ntu.xyz>
Cc: Arnaud Ferraris <arnaud.ferraris@collabora.com>
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Reviewed-by: Arnaud Ferraris <arnaud.ferraris@collabora.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211025102224.23746-1-stephan@gerhold.net
arch/arm64/boot/dts/qcom/msm8916-samsung-serranove.dts
arch/arm64/boot/dts/qcom/sdm636-sony-xperia-ganges-mermaid.dts
arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts

index a78f87a5bf4f40e5f3a1574db6995e16cd103866..58dfbfff4c7d430946db5b745d0ed7c0fceff247 100644 (file)
@@ -23,6 +23,7 @@
 / {
        model = "Samsung Galaxy S4 Mini Value Edition";
        compatible = "samsung,serranove", "qcom,msm8916";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &blsp1_uart2;
index bba1c2bce21310530079351d131dcd249cdece30..b96da53f2f1ee23247ff7d1c0c52cf6e011de93a 100644 (file)
@@ -11,6 +11,7 @@
 / {
        model = "Sony Xperia 10 Plus";
        compatible = "sony,mermaid-row", "qcom,sdm636";
+       chassis-type = "handset";
 
        /* SDM636 v1 */
        qcom,msm-id = <345 0>;
index 8d6fd22873e0b8cf988d5963e35ddbd57fe1070e..a6937642736e730352f1495c665f6bda23424d84 100644 (file)
@@ -15,6 +15,7 @@
 / {
        model = "Fairphone 4";
        compatible = "fairphone,fp4", "qcom,sm7225";
+       chassis-type = "handset";
 
        /* required for bootloader to select correct board */
        qcom,msm-id = <434 0x10000>, <459 0x10000>;