summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kushwaha <amitkush@qti.qualcomm.com>2022-11-24 20:27:42 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2022-11-24 20:27:42 -0800
commit403211122100c4e2f4ad8695f141fdb4c3b706f2 (patch)
tree36200465a8388039b76447578e0681c652f87951
parent99ee4010d32b0a2f859d1a3384555edcf31e4ef6 (diff)
downloaddevicetree-403211122100c4e2f4ad8695f141fdb4c3b706f2.tar.gz
Revert "ARM: dts: msm: Add GPU pwrlevels for KONA-7230"
This reverts commit 99ee4010d32b0a2f859d1a3384555edcf31e4ef6. Change-Id: I19e7e5ed7d22afa75562588fd2e720fa4e99eed2
-rw-r--r--qcom/kona-7230-iot-v2.1.dtsi56
1 files changed, 0 insertions, 56 deletions
diff --git a/qcom/kona-7230-iot-v2.1.dtsi b/qcom/kona-7230-iot-v2.1.dtsi
index 83c8b1d3..8f7fc605 100644
--- a/qcom/kona-7230-iot-v2.1.dtsi
+++ b/qcom/kona-7230-iot-v2.1.dtsi
@@ -6,59 +6,3 @@
compatible = "qcom,kona-iot";
qcom,msm-id = <548 0x20001>;
};
-
-&msm_gpu {
- /delete-property/qcom,gpu-speed-bin;
- /delete-property/qcom,initial-pwrlevel;
- /delete-node/qcom,gpu-pwrlevels;
- /delete-node/qcom,gpu-pwrlevel-bins;
-
- /* GPU power levels */
- qcom,gpu-pwrlevels {
- compatible = "qcom,gpu-pwrlevels";
- #address-cells = <1>;
- #size-cells = <0>;
- qcom,initial-pwrlevel = <1>;
-
- qcom,gpu-pwrlevel@0 {
- reg = <0>;
- qcom,gpu-freq = <400000000>;
- qcom,level = <RPMH_REGULATOR_LEVEL_SVS>;
-
- qcom,bus-freq-ddr7 = <7>;
- qcom,bus-min-ddr7 = <6>;
- qcom,bus-max-ddr7 = <9>;
-
- qcom,bus-freq-ddr8 = <8>;
- qcom,bus-min-ddr8 = <6>;
- qcom,bus-max-ddr8 = <9>;
-
- qcom,acd-level = <0xa02b5ffd>;
- };
-
- qcom,gpu-pwrlevel@1 {
- reg = <1>;
- qcom,gpu-freq = <305000000>;
- qcom,level = <RPMH_REGULATOR_LEVEL_LOW_SVS>;
-
- qcom,bus-freq-ddr7 = <3>;
- qcom,bus-min-ddr7 = <2>;
- qcom,bus-max-ddr7 = <9>;
-
- qcom,bus-freq-ddr8 = <3>;
- qcom,bus-min-ddr8 = <2>;
- qcom,bus-max-ddr8 = <9>;
-
- qcom,acd-level = <0xa02b5ffd>;
- };
-
- qcom,gpu-pwrlevel@2 {
- reg = <2>;
- qcom,gpu-freq = <0>;
- qcom,bus-freq = <0>;
- qcom,bus-min = <0>;
- qcom,bus-max = <0>;
- };
- };
-};
-