Merge "ARM: dts: msm: Add support for new WCN Card for Parrot VM"

This commit is contained in:
QCTECMDR Service
2024-12-19 18:25:20 -08:00
committed by Gerrit - the friendly Code Review server
3 changed files with 3 additions and 3 deletions

View File

@@ -11,5 +11,5 @@
/ {
model = "Qualcomm Technologies, Inc. Parrot WCN6750 VM IDP + AMOLED + RCM";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,board-id = <34 2>;
qcom,board-id = <34 2>, <34 6>;
};

View File

@@ -11,5 +11,5 @@
/ {
model = "Qualcomm Technologies, Inc. Parrot SVM IDP";
compatible = "qcom,parrot-idp", "qcom,parrot", "qcom,idp";
qcom,board-id = <34 0>;
qcom,board-id = <34 0>, <34 5>;
};

View File

@@ -11,5 +11,5 @@
/ {
model = "Qualcomm Technologies, Inc. Parrot SVM QRD + WCN6750";
compatible = "qcom,parrot-qrd", "qcom,parrot", "qcom,qrd";
qcom,board-id = <0x1000B 1>;
qcom,board-id = <0x1000B 1>, <0x1000B 2>;
};