btfm: update board ids for tuna

This change add supports for HMT in atp platform.

Change-Id: I58986aea71e67dd63bc87cd639f6e41c3b3125e0
Signed-off-by: Balakrishna Godavarthi <quic_bgodavar@quicinc.com>
(cherry picked from commit 1d6854ec88)
This commit is contained in:
Balakrishna Godavarthi
2024-12-03 16:34:55 +05:30
committed by Vara Adabala
parent 56a62645d6
commit 5fa0a842cf
2 changed files with 4 additions and 4 deletions

View File

@@ -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>;
};

View File

@@ -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>;
};