diff options
author | Luca Weiss <[email protected]> | 2024-02-16 11:10:50 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 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 <[email protected]>
Signed-off-by: Luca Weiss <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-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"; |