Add display device tree support for MTP harmonium and MTP NFC platforms for Tuna. Change-Id: I7f7f935295081aabc227cfafba5ab1e0e87a3508 Signed-off-by: Abhinav Saurabh <quic_abhisaur@quicinc.com> Signed-off-by: lnxdisplay <lnxdisplay@localhost>
19 lines
470 B
Plaintext
19 lines
470 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include "trustedvm-tuna-sde.dtsi"
|
|
#include "trustedvm-tuna-sde-display-mtp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Tuna SVM MTP";
|
|
compatible = "qcom,tuna-mtp", "qcom,tuna", "qcom,tunap-mtp", "qcom,tunap",
|
|
"qcom,mtp";
|
|
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
|
qcom,board-id = <8 0>, <8 1>, <8 2>, <8 4>;
|
|
};
|