eSE-devicetree: Adding support for tuna harmonium devices
Added board id for Tuna MTP + kiwi WLAN + Harmonium devices.
Change-Id: Ib30994fd1a61d261fcc6e4db3279741292269d11
(cherry picked from commit 6a08942a8f
)
This commit is contained in:
committed by
Rohit Jadhav
parent
036a4827b7
commit
80ab722e8d
1
Kbuild
1
Kbuild
@@ -20,6 +20,7 @@ dtbo-y += tuna-ese-cdp.dtbo
|
||||
dtbo-y += tuna-ese-mtp.dtbo
|
||||
dtbo-y += tuna-ese-qrd.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-mtp-qmp1000-overlay.dtbo
|
||||
dtbo-y += tuna-ese-oemvm-mtp-kiwi.dtbo
|
||||
|
17
tuna-ese-mtp-kiwi-harmonium-overlay.dts
Normal file
17
tuna-ese-mtp-kiwi-harmonium-overlay.dts
Normal 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>;
|
||||
};
|
Reference in New Issue
Block a user