linux/arch/arm64/boot/dts/qcom/msm8996-mtp.dts
Neil Armstrong d8d1d99424 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>
2023-07-09 21:26:43 -07:00

34 lines
488 B
Text

// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
*/
/dts-v1/;
#include "msm8996.dtsi"
/ {
model = "Qualcomm Technologies, Inc. MSM 8996 MTP";
compatible = "qcom,msm8996-mtp", "qcom,msm8996";
chassis-type = "handset";
aliases {
serial0 = &blsp2_uart2;
};
chosen {
stdout-path = "serial0";
};
};
&blsp2_uart2 {
status = "okay";
};
&mdss_hdmi {
status = "okay";
};
&mdss_hdmi_phy {
status = "okay";
};