arm64: 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:
Liang Chen
2019-02-27 09:23:54 +08:00
committed by Tao Huang
parent f2ec640d04
commit 1cd709a71a

View File

@@ -621,6 +621,16 @@
#cooling-cells = <2>; /* min followed by max */
operating-points-v2 = <&gpu_opp_table>;
resets = <&cru SRST_GPU_A>;
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: gpu-opp-table {