mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-27 12:35:36 +01:00
Add required nodes to support display on XZ2/XZ2c. XZ3 has a different power rail setup and needs to be handled separately. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230313-topic-tama_disp-v3-1-2b1567c039d7@linaro.org
20 lines
349 B
Plaintext
20 lines
349 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sdm845-sony-xperia-tama.dtsi"
|
|
|
|
/ {
|
|
model = "Sony Xperia XZ2 Compact";
|
|
compatible = "sony,apollo-row", "qcom,sdm845";
|
|
};
|
|
|
|
&panel {
|
|
compatible = "sony,td4353-jdi-tama";
|
|
height-mm = <112>;
|
|
width-mm = <56>;
|
|
};
|