Skip to content

Commit 4052bfd

Browse files
chenzhenjayxurockchip
authored andcommitted
arm: dts: rockchip: rk3328: add gpu_power_model in gpu node
Indeed, the values of the model parameters are supplied by Rocky Hao. Change-Id: I23edaa0ee104d07f79f5bf5bdbd393b4fb3c5120 Signed-off-by: chenzhen <chenzhen@rock-chips.com>
1 parent 6e3ee4d commit 4052bfd

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3328.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,16 @@
599599
clock-names = "clk_mali";
600600
operating-points-v2 = <&gpu_opp_table>;
601601
status = "disabled";
602+
603+
gpu_power_model: power-model {
604+
compatible = "arm,mali-simple-power-model";
605+
voltage = <900>;
606+
frequency = <500>;
607+
static-power = <300>;
608+
dynamic-power = <396>;
609+
ts = <32000 4700 (-80) 2>;
610+
thermal-zone = "soc-thermal";
611+
};
602612
};
603613

604614
gpu_opp_table: opp-table2 {

0 commit comments

Comments
 (0)