eSE-devicetree: Adding support for tuna harmonium devices

Added board id for Tuna MTP + kiwi WLAN + Harmonium devices.

Change-Id: Ib30994fd1a61d261fcc6e4db3279741292269d11
This commit is contained in:
Akhil Budampati
2025-02-03 15:33:48 +05:30
parent f0ff771164
commit 6a08942a8f
2 changed files with 18 additions and 0 deletions

1
Kbuild
View File

@@ -20,6 +20,7 @@ dtbo-y += tuna-ese-cdp.dtbo
dtbo-y += tuna-ese-mtp.dtbo dtbo-y += tuna-ese-mtp.dtbo
dtbo-y += tuna-ese-qrd.dtbo dtbo-y += tuna-ese-qrd.dtbo
dtbo-y += tuna-ese-mtp-kiwi-overlay.dtbo dtbo-y += tuna-ese-mtp-kiwi-overlay.dtbo
dtbo-y += tuna-ese-mtp-kiwi-harmonium-overlay.dtbo
dtbo-y += tuna-ese-rcm-kiwi-overlay.dtbo dtbo-y += tuna-ese-rcm-kiwi-overlay.dtbo
dtbo-y += tuna-ese-mtp-qmp1000-overlay.dtbo dtbo-y += tuna-ese-mtp-qmp1000-overlay.dtbo
dtbo-y += tuna-ese-oemvm-mtp-kiwi.dtbo dtbo-y += tuna-ese-oemvm-mtp-kiwi.dtbo

View File

@@ -0,0 +1,17 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/dts-v1/;
/plugin/;
#include "tuna-ese-common.dtsi"
/ {
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>, <694 0x10000>;
qcom,board-id = <8 3>;
};