display: Add Gaming supported RAVELIN SOC Ids.

Add Gaming supported SG_RAVELIN and SG_RAVELINP SOC Ids.

Change-Id: I61b7c970fa90f86146559c372f7717404bd3e75f
This commit is contained in:
Baldev Sahu
2024-03-01 12:04:43 +05:30
parent 3ac986e51d
commit 7b2c816d85
8 changed files with 12 additions and 8 deletions

View File

@@ -6,6 +6,6 @@
/ {
model = "Qualcomm Technologies, Inc. Ravelin ATP";
compatible = "qcom,ravelin-atp", "qcom,ravelin", "qcom,atp";
qcom,msm-id = <568 0x10000>, <602 0x10000>;
qcom,msm-id = <568 0x10000>, <602 0x10000>, <653 0x10000>, <654 0x10000>;
qcom,board-id = <33 0>;
};

View File

@@ -6,6 +6,6 @@
/ {
model = "Qualcomm Technologies, Inc. Ravelin WCN3950 IDP + AMOLED + RCM";
compatible = "qcom,ravelin-idp", "qcom,ravelin", "qcom,idp";
qcom,msm-id = <568 0x10000>, <602 0x10000>;
qcom,msm-id = <568 0x10000>, <602 0x10000>, <653 0x10000>, <654 0x10000>;
qcom,board-id = <34 2>;
};

View File

@@ -7,7 +7,8 @@
model = "Qualcomm Technologies, Inc. Ravelin IDP";
compatible = "qcom,ravelin-idp", "qcom,ravelin", "qcom,idp";
qcom,msm-id = <568 0x10000>, <602 0x10000>,
<581 0x10000>, <582 0x10000>;
<581 0x10000>, <582 0x10000>,
<653 0x10000>, <654 0x10000>;
qcom,board-id = <34 0>, <34 1>, <34 0x600>, <34 0x601>,
<0x10022 0x4>, <0x10022 3>, <0x10022 0x5>,
<0x10022 0x6>, <0x10022 0x7>, <0x10022 0x08>,

View File

@@ -7,6 +7,7 @@
model = "Qualcomm Technologies, Inc. Ravelin QRD";
compatible = "qcom,ravelin-qrd", "qcom,ravelin", "qcom,qrd";
qcom,msm-id = <568 0x10000>, <602 0x10000>,
<581 0x10000>, <582 0x10000>;
<581 0x10000>, <582 0x10000>,
<653 0x10000>, <654 0x10000>;
qcom,board-id = <0x1000B 0>, <0x1000B 0x600>;
};

View File

@@ -7,6 +7,7 @@
model = "Qualcomm Technologies, Inc. Ravelin RUMI";
compatible = "qcom,ravelin-rumi", "qcom,ravelin", "qcom,rumi";
qcom,msm-id = <568 0x10000>, <602 0x10000>,
<581 0x10000>, <582 0x10000>;
<581 0x10000>, <582 0x10000>,
<653 0x10000>, <654 0x10000>;
qcom,board-id = <0x1000F 0>;
};

View File

@@ -5,6 +5,7 @@
/ {
qcom,msm-id = <568 0x10000>, <602 0x10000>,
<581 0x10000>, <582 0x10000>;
<581 0x10000>, <582 0x10000>,
<653 0x10000>, <654 0x10000>;
qcom,board-id = <0 0>, <0 0x600>;
};

View File

@@ -7,6 +7,6 @@
/ {
model = "Qualcomm Technologies, Inc. Ravelin VM WCN3950 IDP + AMOLED + RCM";
compatible = "qcom,ravelin-idp", "qcom,ravelin", "qcom,idp";
qcom,msm-id = <568 0x10000>, <581 0x10000>, <582 0x10000>;
qcom,msm-id = <568 0x10000>, <581 0x10000>, <582 0x10000>, <653 0x10000>, <654 0x10000>;
qcom,board-id = <34 2>;
};

View File

@@ -7,6 +7,6 @@
/ {
model = "Qualcomm Technologies, Inc. Ravelin SVM IDP";
compatible = "qcom,ravelin-idp", "qcom,ravelin", "qcom,idp";
qcom,msm-id = <568 0x10000>, <581 0x10000>, <582 0x10000>;
qcom,msm-id = <568 0x10000>, <581 0x10000>, <582 0x10000>, <653 0x10000>, <654 0x10000>;
qcom,board-id = <34 0>, <34 1>, <0x10022 0x4>;
};