diff options
author | Luca Weiss <luca.weiss@fairphone.com> | 2024-02-16 11:10:50 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-02-16 11:18:32 -0600 |
commit | 2abe4a310cc742332038aed5f9f4a15e65a0bcc1 (patch) | |
tree | c3e8d47028ca02a5b24fe6367e97a408520ad521 | |
parent | b61fbc595e2f44311b4e01c24ac425b79d29d2af (diff) |
arm64: dts: qcom: sm6350: Remove "disabled" state of GMU
The GMU won't probe without GPU being enabled, so we can remove the
disabled status so we don't have to explicitly enable the GMU in all the
devices that enable GPU.
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Link: https://lore.kernel.org/r/20240216-fp4-panel-v3-3-a556e4b79640@fairphone.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm6350.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm6350.dtsi b/arch/arm64/boot/dts/qcom/sm6350.dtsi index e335fe334375..8a59062d7320 100644 --- a/arch/arm64/boot/dts/qcom/sm6350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6350.dtsi @@ -1443,8 +1443,6 @@ operating-points-v2 = <&gmu_opp_table>; - status = "disabled"; - gmu_opp_table: opp-table { compatible = "operating-points-v2"; |