arm64: dts: qcom: sm8[1235]50-mtp: add chassis-type property
authorNeil Armstrong <neil.armstrong@linaro.org>
Thu, 22 Jun 2023 08:57:18 +0000 (10:57 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 10 Jul 2023 04:26:42 +0000 (21:26 -0700)
Qualcomm's Mobile Test Platforms devices are handsets, set the
chassis-type property to 'handset'.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230622-topic-sm8x50-upstream-chassis-type-v1-1-13f676eb71f3@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8150-mtp.dts
arch/arm64/boot/dts/qcom/sm8250-mtp.dts
arch/arm64/boot/dts/qcom/sm8350-mtp.dts
arch/arm64/boot/dts/qcom/sm8550-mtp.dts

index 34ec849..286350a 100644 (file)
@@ -16,6 +16,7 @@
 / {
        model = "Qualcomm Technologies, Inc. SM8150 MTP";
        compatible = "qcom,sm8150-mtp", "qcom,sm8150";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &uart2;
index 4c9de23..ad2b60e 100644 (file)
@@ -18,6 +18,7 @@
 / {
        model = "Qualcomm Technologies, Inc. SM8250 MTP";
        compatible = "qcom,sm8250-mtp", "qcom,sm8250";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &uart12;
index d21d2aa..c5a6c87 100644 (file)
@@ -17,6 +17,7 @@
 / {
        model = "Qualcomm Technologies, Inc. sm8350 MTP";
        compatible = "qcom,sm8350-mtp", "qcom,sm8350";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &uart2;
index ec86c5f..00c7e17 100644 (file)
@@ -18,6 +18,7 @@
 / {
        model = "Qualcomm Technologies, Inc. SM8550 MTP";
        compatible = "qcom,sm8550-mtp", "qcom,sm8550";
+       chassis-type = "handset";
 
        aliases {
                serial0 = &uart7;