eaa744b1c1
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
23 lines
387 B
Plaintext
23 lines
387 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2020, Konrad Dybcio
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sdm630.dtsi"
|
|
#include "sdm630-sony-xperia-nile.dtsi"
|
|
|
|
/ {
|
|
model = "Sony Xperia XA2 Plus";
|
|
compatible = "sony,voyager-row", "qcom,sdm630";
|
|
chassis-type = "handset";
|
|
|
|
chosen {
|
|
framebuffer@9d400000 {
|
|
reg = <0 0x9d400000 0 (2160 * 1080 * 4)>;
|
|
height = <2160>;
|
|
};
|
|
};
|
|
};
|