Skip to content

Commit

Permalink
arm64: dts: rockchip: rk3568: remove opp-supported-hw from gpu_opp_table
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate committed Oct 20, 2023
1 parent cbbfd25 commit d974a9f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions arch/arm64/boot/dts/rockchip/rk3568.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1339,13 +1339,13 @@
interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "GPU", "MMU", "JOB";
interrupt-names = "gpu", "mmu", "job";

upthreshold = <40>;
downdifferential = <10>;

clocks = <&scmi_clk 1>, <&cru CLK_GPU>;
clock-names = "clk_mali", "clk_gpu";
clock-names = "gpu", "bus";
power-domains = <&power RK3568_PD_GPU>;
#cooling-cells = <2>;
operating-points-v2 = <&gpu_opp_table>;
Expand Down Expand Up @@ -1388,22 +1388,22 @@

/* RK3568 && RK3568M gpu OPPs */
opp-200000000 {
opp-supported-hw = <0xfb 0xffff>;
//opp-supported-hw = <0xfb 0xffff>;
opp-hz = /bits/ 64 <200000000>;
opp-microvolt = <850000 850000 1000000>;
};
opp-300000000 {
opp-supported-hw = <0xfb 0xffff>;
//opp-supported-hw = <0xfb 0xffff>;
opp-hz = /bits/ 64 <300000000>;
opp-microvolt = <850000 850000 1000000>;
};
opp-400000000 {
opp-supported-hw = <0xfb 0xffff>;
//opp-supported-hw = <0xfb 0xffff>;
opp-hz = /bits/ 64 <400000000>;
opp-microvolt = <850000 850000 1000000>;
};
opp-600000000 {
opp-supported-hw = <0xfb 0xffff>;
//opp-supported-hw = <0xfb 0xffff>;
opp-hz = /bits/ 64 <600000000>;
opp-microvolt = <900000 900000 1000000>;
opp-microvolt-L0 = <900000 900000 1000000>;
Expand All @@ -1412,7 +1412,7 @@
opp-microvolt-L3 = <850000 850000 1000000>;
};
opp-700000000 {
opp-supported-hw = <0xfb 0xffff>;
//opp-supported-hw = <0xfb 0xffff>;
opp-hz = /bits/ 64 <700000000>;
opp-microvolt = <950000 950000 1000000>;
opp-microvolt-L0 = <950000 950000 1000000>;
Expand All @@ -1421,7 +1421,7 @@
opp-microvolt-L3 = <875000 875000 1000000>;
};
opp-800000000 {
opp-supported-hw = <0xf9 0xffff>;
//opp-supported-hw = <0xf9 0xffff>;
opp-hz = /bits/ 64 <800000000>;
opp-microvolt = <1000000 1000000 1000000>;
opp-microvolt-L0 = <1000000 1000000 1000000>;
Expand Down

0 comments on commit d974a9f

Please sign in to comment.