arm64: dts: rockchip: rk3528: Add gpu ipa static power

Signed-off-by: Shaohan Yao <shaohan.yao@rock-chips.com>
Change-Id: Ib237564f3099609622e274159f9b15c56eea43eb
This commit is contained in:
Shaohan Yao
2022-12-15 10:29:08 +08:00
committed by Tao Huang
parent 791feb8cc2
commit 82c81b7eb9

View File

@@ -1010,17 +1010,16 @@
power-domains = <&power RK3528_PD_GPU>;
operating-points-v2 = <&gpu_opp_table>;
#cooling-cells = <2>;
dynamic-power-coefficient = <742>;
rockchip,grf = <&grf>;
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>;
gpu_power_model: power-model {
compatible = "simple-power-model";
leakage-range= <1 3>;
ls = <(-15658) 67354 0>;
static-coefficient = <10000>;
dynamic-coefficient = <724>;
ts = <3156546 120154 (-2506) 39>;
thermal-zone = "soc-thermal";
};
};