Skip to content

Commit 6e3ee4d

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

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm/boot/dts/rk322x.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,16 @@
585585
clock-names = "clk_mali";
586586
operating-points-v2 = <&gpu_opp_table>;
587587
status = "disabled";
588+
589+
gpu_power_model: power-model {
590+
compatible = "arm,mali-simple-power-model";
591+
voltage = <900>;
592+
frequency = <500>;
593+
static-power = <300>;
594+
dynamic-power = <396>;
595+
ts = <32000 4700 (-80) 2>;
596+
thermal-zone = "soc-thermal";
597+
};
588598
};
589599

590600
gpu_opp_table: opp-table2 {

0 commit comments

Comments
 (0)