Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm64: dts: rockchip: rk3568: remove opp-supported-hw from gpu_opp_table #103

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading