From 5fa0a842cf37ec8f89912ce82d62f0880f8b0927 Mon Sep 17 00:00:00 2001 From: Balakrishna Godavarthi Date: Tue, 3 Dec 2024 16:34:55 +0530 Subject: [PATCH] btfm: update board ids for tuna This change add supports for HMT in atp platform. Change-Id: I58986aea71e67dd63bc87cd639f6e41c3b3125e0 Signed-off-by: Balakrishna Godavarthi (cherry picked from commit 1d6854ec88d3a0fe3156ce3ff4c91fd22db6d934) --- tuna-kiwi-bt.dts | 4 ++-- tuna-wcn7750-bt.dts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tuna-kiwi-bt.dts b/tuna-kiwi-bt.dts index 91d22d95..bbdae060 100644 --- a/tuna-kiwi-bt.dts +++ b/tuna-kiwi-bt.dts @@ -14,6 +14,6 @@ "qcom,tuna-mtp", "qcom,tunap-mtp", "qcom,mtp", "qcom,tuna-atp", "qcom,tunap-atp", "qcom,atp", "qcom,tuna", "qcom,tunap"; - qcom,msm-id = <681 0x10000>, <655 0x10000>; - qcom,board-id = <21 1>, <8 2>, <8 3>; + qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>; + qcom,board-id = <21 1>, <8 2>, <8 3>, <33 0>; }; diff --git a/tuna-wcn7750-bt.dts b/tuna-wcn7750-bt.dts index be2aaea8..ad84007a 100644 --- a/tuna-wcn7750-bt.dts +++ b/tuna-wcn7750-bt.dts @@ -15,6 +15,6 @@ "qcom,tuna-cdp", "qcom,tunap-cdp", "qcom,cdp", "qcom,tuna-qrd", "qcom,tunap-qrd", "qcom,qrd", "qcom,tuna", "qcom,tunap"; - qcom,msm-id = <681 0x10000>, <655 0x10000>; - qcom,board-id = <1 0>, <8 0>, <8 1>, <8 4>, <11 0>, <21 0>, <33 0>; + qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>; + qcom,board-id = <1 0>, <8 0>, <8 1>, <8 4>, <11 0>, <21 0>; };