mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
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>
This commit is contained in:
parent
6e3ee4de85
commit
4052bfdd13
|
|
@ -599,6 +599,16 @@ gpu: gpu@ff300000 {
|
|||
clock-names = "clk_mali";
|
||||
operating-points-v2 = <&gpu_opp_table>;
|
||||
status = "disabled";
|
||||
|
||||
gpu_power_model: power-model {
|
||||
compatible = "arm,mali-simple-power-model";
|
||||
voltage = <900>;
|
||||
frequency = <500>;
|
||||
static-power = <300>;
|
||||
dynamic-power = <396>;
|
||||
ts = <32000 4700 (-80) 2>;
|
||||
thermal-zone = "soc-thermal";
|
||||
};
|
||||
};
|
||||
|
||||
gpu_opp_table: opp-table2 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user