ARM: dts: msm: add display support for Tuna MTP platforms
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>
This commit is contained in:
committed by
lnxdisplay
parent
79627c2ef7
commit
7e1a9f881b
4
Kbuild
4
Kbuild
@@ -35,7 +35,7 @@ dtbo-$(CONFIG_ARCH_TUNA) += display/tuna-sde.dtbo \
|
||||
display/tuna-sde-display-atp-overlay.dtbo \
|
||||
display/tuna-sde-display-cdp-overlay.dtbo \
|
||||
display/tuna-sde-display-mtp-overlay.dtbo \
|
||||
display/tuna-sde-display-mtp-kiwi-overlay.dtbo \
|
||||
display/tuna-sde-display-mtp-kiwi-harmonium-overlay.dtbo \
|
||||
display/tuna-sde-display-qrd-overlay.dtbo \
|
||||
display/tuna-sde-display-rumi-overlay.dtbo \
|
||||
display/tuna-sde-display-rcm-overlay.dtbo
|
||||
@@ -43,7 +43,7 @@ else
|
||||
dtbo-$(CONFIG_ARCH_TUNA) += display/trustedvm-tuna-sde-display-atp-overlay.dtbo \
|
||||
display/trustedvm-tuna-sde-display-cdp-overlay.dtbo \
|
||||
display/trustedvm-tuna-sde-display-mtp-overlay.dtbo \
|
||||
display/trustedvm-tuna-sde-display-mtp-kiwi-overlay.dtbo \
|
||||
display/trustedvm-tuna-sde-display-mtp-kiwi-harmonium-overlay.dtbo \
|
||||
display/trustedvm-tuna-sde-display-qrd-overlay.dtbo \
|
||||
display/trustedvm-tuna-sde-display-rumi-overlay.dtbo \
|
||||
display/trustedvm-tuna-sde-display-rcm-overlay.dtbo
|
||||
|
@@ -7,12 +7,12 @@
|
||||
/plugin/;
|
||||
|
||||
#include "trustedvm-tuna-sde.dtsi"
|
||||
#include "trustedvm-tuna-sde-display-mtp-kiwi.dtsi"
|
||||
#include "trustedvm-tuna-sde-display-mtp-kiwi-harmonium.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Tuna SVM MTP + kiwi WLAN";
|
||||
model = "Qualcomm Technologies, Inc. Tuna SVM MTP + kiwi WLAN + Harmonium";
|
||||
compatible = "qcom,tuna-mtp", "qcom,tuna", "qcom,tunap-mtp", "qcom,tunap",
|
||||
"qcom,mtp";
|
||||
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
||||
qcom,board-id = <8 2>;
|
||||
qcom,board-id = <8 3>;
|
||||
};
|
@@ -14,5 +14,5 @@
|
||||
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>;
|
||||
qcom,board-id = <8 0>, <8 1>, <8 2>, <8 4>;
|
||||
};
|
||||
|
@@ -6,12 +6,12 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "tuna-sde-display-mtp-kiwi.dtsi"
|
||||
#include "tuna-sde-display-mtp-kiwi-harmonium.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Tuna MTP + kiwi WLAN";
|
||||
model = "Qualcomm Technologies, Inc. Tuna MTP + kiwi WLAN + Harmonium";
|
||||
compatible = "qcom,tuna-mtp", "qcom,tuna", "qcom,tunap-mtp", "qcom,tunap",
|
||||
"qcom,mtp";
|
||||
qcom,msm-id = <681 0x10000>, <655 0x10000>;
|
||||
qcom,board-id = <8 2>;
|
||||
qcom,board-id = <8 3>;
|
||||
};
|
@@ -3,4 +3,4 @@
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
#include "tuna-sde-display-mtp.dtsi"
|
||||
#include "tuna-sde-display-mtp.dtsi"
|
@@ -13,5 +13,5 @@
|
||||
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>;
|
||||
qcom,board-id = <8 0>, <8 1>, <8 2>, <8 4>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user