arm64: dts: rockchip: rk3328: add thermal control for dmc

add power model for dmc and add dmc as a cooling device in thermal
control

Change-Id: I175e503b671be27e777693745a127a7830c6e829
Signed-off-by: Rocky Hao <rocky.hao@rock-chips.com>
This commit is contained in:
Liang Chen
2019-02-27 16:44:17 +08:00
committed by Tao Huang
parent ee2e2fbf2b
commit 228bca8660

View File

@@ -499,6 +499,11 @@
cooling-device = <&rkvdec THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
contribution = <1024>;
};
map3 {
trip = <&target>;
cooling-device = <&dmc THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
contribution = <1024>;
};
};
};
@@ -1244,7 +1249,16 @@
>;
auto-min-freq = <786000>;
auto-freq-en = <0>;
#cooling-cells = <2>;
status = "disabled";
ddr_power_model: ddr_power_model {
compatible = "ddr_power_model";
dynamic-power-coefficient = <120>;
static-power-coefficient = <200>;
ts = <32000 4700 (-80) 2>;
thermal-zone = "soc-thermal";
};
};
dmc_opp_table: dmc-opp-table {