[NFC][DTS]: Added support for new soc for tuna

Added support for new soc for tuna

Change-Id: I8cc9417748492af5b36863fb835114d3cc737b33
This commit is contained in:
Varun Kumar
2024-10-28 17:49:18 +05:30
parent a578356476
commit 84e96845d0
2 changed files with 2 additions and 2 deletions

View File

@@ -11,6 +11,6 @@
/ {
model = "Qualcomm Technologies, Inc. Tuna SoC";
compatible = "qcom,tuna";
qcom,msm-id = <681 0x10000>, <655 0x10000>;
qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>;
qcom,board-id = <8 4>;
};

View File

@@ -11,6 +11,6 @@
/ {
model = "Qualcomm Technologies, Inc. Tuna SoC";
compatible = "qcom,tuna";
qcom,msm-id = <681 0x10000>, <655 0x10000>;
qcom,msm-id = <681 0x10000>, <655 0x10000>, <694 0x10000>;
qcom,board-id = <33 0>, <1 0>, <8 0>, <11 0>, <21 0>;
};