ARM: dts: msm: Add support for Cape APQ device

Adds new soc id for APQ devices.

CRs-Fixed: 3112228
Change-Id: I12233981350db3320a640f3a093775a80b091108
This commit is contained in:
Anil Kumar Kanakanti
2022-01-19 12:47:06 +05:30
parent 8783eee0db
commit 7b2aedf39c
3 changed files with 3 additions and 3 deletions

View File

@@ -11,6 +11,6 @@
/ {
model = "Qualcomm Technologies, Inc. Cape CDP";
compatible = "qcom,cape", "qcom,capep";
qcom,msm-id = <530 0x10000>;
qcom,msm-id = <530 0x10000>, <531 0x10000>, <540 0x10000>;
qcom,board-id = <1 0>;
};

View File

@@ -11,6 +11,6 @@
/ {
model = "Qualcomm Technologies, Inc. Cape MTP";
compatible = "qcom,cape", "qcom,capep";
qcom,msm-id = <530 0x10000>;
qcom,msm-id = <530 0x10000>, <531 0x10000>, <540 0x10000>;
qcom,board-id = <8 0>;
};

View File

@@ -11,6 +11,6 @@
/ {
model = "Qualcomm Technologies, Inc. Cape QRD";
compatible = "qcom,cape", "qcom,capep";
qcom,msm-id = <530 0x10000>, <540 0x10000>;
qcom,msm-id = <530 0x10000>, <531 0x10000>, <540 0x10000>;
qcom,board-id = <0x1000B 0>;
};