Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: msm89xx-mtp: add chassis-type property

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-4-13f676eb71f3@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Neil Armstrong and committed by
Bjorn Andersson
d8d1d994 8fef2422

+3
+1
arch/arm64/boot/dts/qcom/msm8916-mtp.dts
··· 10 10 / { 11 11 model = "Qualcomm Technologies, Inc. MSM 8916 MTP"; 12 12 compatible = "qcom,msm8916-mtp", "qcom,msm8916-mtp/1", "qcom,msm8916"; 13 + chassis-type = "handset"; 13 14 14 15 aliases { 15 16 serial0 = &blsp_uart2;
+1
arch/arm64/boot/dts/qcom/msm8996-mtp.dts
··· 10 10 / { 11 11 model = "Qualcomm Technologies, Inc. MSM 8996 MTP"; 12 12 compatible = "qcom,msm8996-mtp", "qcom,msm8996"; 13 + chassis-type = "handset"; 13 14 14 15 aliases { 15 16 serial0 = &blsp2_uart2;
+1
arch/arm64/boot/dts/qcom/msm8998-mtp.dts
··· 11 11 / { 12 12 model = "Qualcomm Technologies, Inc. MSM8998 v1 MTP"; 13 13 compatible = "qcom,msm8998-mtp", "qcom,msm8998"; 14 + chassis-type = "handset"; 14 15 15 16 qcom,board-id = <8 0>; 16 17