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>
This commit is contained in:
chenzhen
2017-06-28 10:49:21 +08:00
committed by Tao Huang
parent 1fdd7b9fe0
commit 209649b945

View File

@@ -558,6 +558,16 @@
clock-names = "core", "bus";
resets = <&cru SRST_GPU_A>;
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";
};
};
vpu_mmu: iommu@20020800 {