Skip to content

Commit

Permalink
rk3328-dtsi-mali-opp-table(:1)
Browse files Browse the repository at this point in the history
Original-Subject: gpu operating points
None
X-Armbian: Patch-File: rk3328-dtsi-mali-opp-table
X-Armbian: Patch-File-Counter: 1
X-Armbian: Patch-Rel-Directory: patch/kernel/archive/rockchip64-6.3
X-Armbian: Patch-Type: kernel
X-Armbian: Patch-Root-Type: core
X-Armbian: Patch-Sub-Type: common
X-Armbian: Original-Subject: gpu operating points
  • Loading branch information
paolosabatino authored and Armbian AutoPatcher committed Sep 25, 2021
1 parent 4e80a88 commit c2974e6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3328.dtsi
Expand Up @@ -683,6 +683,31 @@
clocks = <&cru ACLK_GPU>, <&cru ACLK_GPU>;
clock-names = "bus", "core";
resets = <&cru SRST_GPU_A>;
operating-points-v2 = <&gpu_opp_table>;
};

gpu_opp_table: gpu-opp-table {
compatible = "operating-points-v2";

opp-200000000 {
opp-hz = /bits/ 64 <200000000>;
opp-microvolt = <1050000 950000 1200000>;
};

opp-300000000 {
opp-hz = /bits/ 64 <300000000>;
opp-microvolt = <1050000 950000 1200000>;
};

opp-400000000 {
opp-hz = /bits/ 64 <400000000>;
opp-microvolt = <1050000 950000 1200000>;
};

opp-500000000 {
opp-hz = /bits/ 64 <500000000>;
opp-microvolt = <1150000 950000 1200000>;
};
};

h265e_mmu: iommu@ff330200 {
Expand Down

0 comments on commit c2974e6

Please sign in to comment.