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 <arnaud.ferraris@collabora.com> Reviewed-by: Stephan Gerhold <stephan@gerhold.net> # msm8916 Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20211016102025.23346-4-arnaud.ferraris@collabora.com
25 lines
611 B
Plaintext
25 lines
611 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2020, Konrad Dybcio <konrad.dybcio@somainline.org>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
/* As the names may imply, there is quite a bunch of duplication there. */
|
|
#include "msm8994-sony-xperia-kitakami-karin.dts"
|
|
|
|
/ {
|
|
model = "Sony Xperia Z4 Tablet (Wi-Fi)";
|
|
compatible = "sony,karin_windy", "qcom,apq8094";
|
|
chassis-type = "tablet";
|
|
|
|
/*
|
|
* This model uses the APQ variant of MSM8994 (APQ8094).
|
|
* The v1/v2/v2.1 story (from kitakami.dtsi) also applies here.
|
|
*/
|
|
qcom,msm-id = <253 0x20000>, <253 0x20001>;
|
|
};
|
|
|
|
/delete-node/ &pm8994_l1;
|
|
/delete-node/ &pm8994_l19;
|