From 87ac15179856ec5139e84913d34ce9027a4f2345 Mon Sep 17 00:00:00 2001 From: Akhil Budampati Date: Fri, 22 Nov 2024 16:15:21 +0530 Subject: [PATCH] eSE-devicetree: Resolving compilation failures for tuna As eSE is present in multiple tuna boards, added the board and msm id's for all the revellant tuna boards. Change-Id: I97689ed94861ae890ec23eec1f9a0c6d19ea3dce --- tuna-ese-cdp.dts | 2 +- tuna-ese-mtp-kiwi-overlay.dts | 2 +- tuna-ese-mtp-qmp1000-overlay.dts | 2 +- tuna-ese-mtp.dts | 2 +- tuna-ese-oemvm-mtp-kiwi.dts | 1 + tuna-ese-oemvm-rcm-kiwi.dts | 1 + tuna-ese-qrd.dts | 2 +- tuna-ese-rcm-kiwi-overlay.dts | 2 +- 8 files changed, 8 insertions(+), 6 deletions(-) diff --git a/tuna-ese-cdp.dts b/tuna-ese-cdp.dts index 5a526396..1600660f 100644 --- a/tuna-ese-cdp.dts +++ b/tuna-ese-cdp.dts @@ -13,6 +13,6 @@ compatible = "qcom,tuna-cdp", "qcom,tuna", "qcom,tunap-cdp", "qcom,tunap", "qcom,cdp"; - qcom,msm-id = <681 0x10000>, <655 0x10000>; + qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>; qcom,board-id = <1 0>; }; diff --git a/tuna-ese-mtp-kiwi-overlay.dts b/tuna-ese-mtp-kiwi-overlay.dts index 5739bedf..d8049440 100644 --- a/tuna-ese-mtp-kiwi-overlay.dts +++ b/tuna-ese-mtp-kiwi-overlay.dts @@ -12,6 +12,6 @@ model = "Qualcomm Technologies, Inc. Tuna MTP + kiwi WLAN"; compatible = "qcom,tuna-mtp", "qcom,tuna", "qcom,tunap-mtp", "qcom,tunap", "qcom,mtp"; - qcom,msm-id = <681 0x10000>, <655 0x10000>; + qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>; qcom,board-id = <8 2>; }; diff --git a/tuna-ese-mtp-qmp1000-overlay.dts b/tuna-ese-mtp-qmp1000-overlay.dts index 4c77d4a7..da03ac74 100644 --- a/tuna-ese-mtp-qmp1000-overlay.dts +++ b/tuna-ese-mtp-qmp1000-overlay.dts @@ -12,6 +12,6 @@ model = "Qualcomm Technologies, Inc. Tuna MTP QMP1000"; compatible = "qcom,tuna-mtp", "qcom,tuna", "qcom,tunap-mtp", "qcom,tunap", "qcom,mtp"; - qcom,msm-id = <681 0x10000>, <655 0x10000>; + qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>; qcom,board-id = <8 1>; }; diff --git a/tuna-ese-mtp.dts b/tuna-ese-mtp.dts index 846f1af9..eb61fa85 100644 --- a/tuna-ese-mtp.dts +++ b/tuna-ese-mtp.dts @@ -12,6 +12,6 @@ model = "Qualcomm Technologies, Inc. Tuna MTP"; compatible = "qcom,tuna-mtp", "qcom,tuna", "qcom,tunap-mtp", "qcom,tunap", "qcom,mtp"; - qcom,msm-id = <681 0x10000>, <655 0x10000>; + qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>; qcom,board-id = <8 0>; }; diff --git a/tuna-ese-oemvm-mtp-kiwi.dts b/tuna-ese-oemvm-mtp-kiwi.dts index bee3c533..f93ff046 100644 --- a/tuna-ese-oemvm-mtp-kiwi.dts +++ b/tuna-ese-oemvm-mtp-kiwi.dts @@ -4,6 +4,7 @@ */ /dts-v1/; +/plugin/; #include "tuna-ese-common.dtsi" diff --git a/tuna-ese-oemvm-rcm-kiwi.dts b/tuna-ese-oemvm-rcm-kiwi.dts index 6e76a031..62ba6cd0 100644 --- a/tuna-ese-oemvm-rcm-kiwi.dts +++ b/tuna-ese-oemvm-rcm-kiwi.dts @@ -4,6 +4,7 @@ */ /dts-v1/; +/plugin/; #include "tuna-ese-common.dtsi" diff --git a/tuna-ese-qrd.dts b/tuna-ese-qrd.dts index a562ed96..eed37258 100644 --- a/tuna-ese-qrd.dts +++ b/tuna-ese-qrd.dts @@ -12,6 +12,6 @@ model = "Qualcomm Technologies, Inc. Tuna QRD"; compatible = "qcom,tuna-qrd", "qcom,tuna", "qcom,tunap-qrd", "qcom,tunap", "qcom,qrd"; - qcom,msm-id = <681 0x10000>, <655 0x10000>; + qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>; qcom,board-id = <11 0>; }; diff --git a/tuna-ese-rcm-kiwi-overlay.dts b/tuna-ese-rcm-kiwi-overlay.dts index afe90060..921f0c48 100644 --- a/tuna-ese-rcm-kiwi-overlay.dts +++ b/tuna-ese-rcm-kiwi-overlay.dts @@ -12,6 +12,6 @@ model = "Qualcomm Technologies, Inc. Tuna RCM + kiwi WLAN"; compatible = "qcom,tuna-rcm", "qcom,tuna", "qcom,tunap-rcm", "qcom,tunap", "qcom,rcm"; - qcom,msm-id = <681 0x10000>, <655 0x10000>; + qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>; qcom,board-id = <21 1>; };