ARM: dts: qcom: Update GPU details for Parrot variants

Update the GPU details for the gaming variants of Parrot.

Change-Id: I1a1c77ba2442fae5b716953735ee2b82e72423ac
This commit is contained in:
Akhil P Oommen
2023-10-16 11:36:08 +05:30
parent 5fbf6b7193
commit 4971fb20dd
2 changed files with 10 additions and 0 deletions

View File

@@ -6,3 +6,8 @@
compatible = "qcom,parrot";
qcom,msm-id = <633 0x10000>;
};
&msm_gpu {
/delete-property/qcom,gpu-model;
qcom,gpu-model = "AdrenoA21v1";
};

View File

@@ -10,3 +10,8 @@
&ipa_hw {
status = "disabled";
};
&msm_gpu {
/delete-property/qcom,gpu-model;
qcom,gpu-model = "AdrenoA21v1";
};