mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
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:
parent
b7402ccd73
commit
945db3d053
|
|
@ -347,6 +347,11 @@ map2 {
|
|||
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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -1296,7 +1301,16 @@ SYS_STATUS_BOOST 933000
|
|||
>;
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user