diff --git a/qcom/parrot-sg.dtsi b/qcom/parrot-sg.dtsi index 33080a6b..0bd2239e 100644 --- a/qcom/parrot-sg.dtsi +++ b/qcom/parrot-sg.dtsi @@ -6,3 +6,8 @@ compatible = "qcom,parrot"; qcom,msm-id = <633 0x10000>; }; + +&msm_gpu { + /delete-property/qcom,gpu-model; + qcom,gpu-model = "AdrenoA21v1"; +}; diff --git a/qcom/parrotp-sg.dtsi b/qcom/parrotp-sg.dtsi index 9c0cc66c..02020b07 100644 --- a/qcom/parrotp-sg.dtsi +++ b/qcom/parrotp-sg.dtsi @@ -10,3 +10,8 @@ &ipa_hw { status = "disabled"; }; + +&msm_gpu { + /delete-property/qcom,gpu-model; + qcom,gpu-model = "AdrenoA21v1"; +};