From eaa744b1c101a33fba5978866defc8a7e87f8d79 Mon Sep 17 00:00:00 2001 From: Arnaud Ferraris Date: Sat, 16 Oct 2021 12:20:24 +0200 Subject: arm64: dts: qcom: add 'chassis-type' property A new 'chassis-type' root node property has recently been approved for the device-tree specification, in order to provide a simple way for userspace to detect the device form factor and adjust their behavior accordingly. This patch fills in this property for end-user devices (such as laptops, smartphones and tablets) based on Qualcomm ARM64 processors. Signed-off-by: Arnaud Ferraris Reviewed-by: Stephan Gerhold # msm8916 Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20211016102025.23346-4-arnaud.ferraris@collabora.com --- arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts') diff --git a/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts b/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts index 285102f0e04f..852de624f5af 100644 --- a/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts +++ b/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts @@ -11,6 +11,7 @@ / { model = "Longcheer L8150"; compatible = "longcheer,l8150", "qcom,msm8916-v1-qrd/9-v1", "qcom,msm8916"; + chassis-type = "handset"; aliases { serial0 = &blsp1_uart2; -- cgit