arm: dts: rockchip: rk322x: add gpu_power_model in gpu node
authorchenzhen <chenzhen@rock-chips.com>
Wed, 28 Jun 2017 02:49:21 +0000 (10:49 +0800)
committerJianqun Xu <jay.xu@rock-chips.com>
Thu, 29 Jun 2017 07:26:58 +0000 (15:26 +0800)
Indeed, the values of the model parameters are supplied by Rocky Hao.

Change-Id: Ie6ff535eab3a1fabcd69289a0c1f32c76603a391
Signed-off-by: chenzhen <chenzhen@rock-chips.com>
arch/arm/boot/dts/rk322x.dtsi

index 4f840e87b0ea460f05707db08df215a89961bd63..a358d78dda09a37482584ebf626b8569ac5a20b5 100644 (file)
                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 {