summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>;
- };
- };
-};
-