ARM: dts: msm: Add msm-id for soft sku in Milos target

This change adds the msm-id for soft sku in Milos target.

Change-Id: I731b80d17f58a718fb4bdec8a17a20ed9a3228fe
CRs-Fixed: 3906560
This commit is contained in:
Surabhi Vishnoi
2024-08-27 16:52:06 +05:30
parent 43647d1d13
commit 6d4a30daec
2 changed files with 2 additions and 2 deletions

View File

@@ -12,6 +12,6 @@
/ { / {
model = "Qualcomm Technologies, Inc. Volcano SoC"; model = "Qualcomm Technologies, Inc. Volcano SoC";
compatible = "qcom,volcano"; compatible = "qcom,volcano";
qcom,msm-id = <636 0x10000>, <640 0x10000>, <657 0x10000>, <658 0x10000>; qcom,msm-id = <636 0x10000>, <640 0x10000>, <657 0x10000>, <658 0x10000>, <0X10291 0x10000>, <0x10292 0x10000>, <0x20291 0x10000>, <0x20292 0x10000>, <0x30291 0x10000>, <0x30292 0x10000>, <0x40291 0x10000>, <0x40292 0x10000>;
qcom,board-id = <0 0>; qcom,board-id = <0 0>;
}; };

View File

@@ -14,6 +14,6 @@
compatible = "qcom,volcano-idp", "qcom,volcano", "qcom,volcanop-idp", compatible = "qcom,volcano-idp", "qcom,volcano", "qcom,volcanop-idp",
"qcom,volcanop", "qcom,idp", "qcom,volcano-mtp", "qcom,volcanop", "qcom,idp", "qcom,volcano-mtp",
"qcom,volcanop-mtp", "qcom,mtp"; "qcom,volcanop-mtp", "qcom,mtp";
qcom,msm-id = <657 0x10000>, <658 0x10000>; qcom,msm-id = <657 0x10000>, <658 0x10000>, <0X10291 0x10000>, <0x10292 0x10000>, <0x20291 0x10000>, <0x20292 0x10000>, <0x30291 0x10000>, <0x30292 0x10000>, <0x40291 0x10000>, <0x40292 0x10000>;
qcom,board-id = <8 2>, <8 3>, <8 4>, <8 5>, <8 6>, <34 2>, <34 3>; qcom,board-id = <8 2>, <8 3>, <8 4>, <8 5>, <8 6>, <34 2>, <34 3>;
}; };