mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
arm64: dts: rockchip: add gpu in thermal control for rk3328
add gpu as a cooling device in thermal control Change-Id: Ia9db5df7b2d5d9ed19672f64f8924877016732c2 Signed-off-by: Rocky Hao <rocky.hao@rock-chips.com>
This commit is contained in:
parent
7a4ab2ac58
commit
e5f88fadef
|
|
@ -326,6 +326,11 @@ map0 {
|
|||
cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
||||
contribution = <4096>;
|
||||
};
|
||||
map1 {
|
||||
trip = <&target>;
|
||||
cooling-device = <&gpu THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
|
||||
contribution = <4096>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -597,6 +602,7 @@ gpu: gpu@ff300000 {
|
|||
"Mali_PP1_MMU_IRQ";
|
||||
clocks = <&cru ACLK_GPU>;
|
||||
clock-names = "clk_mali";
|
||||
#cooling-cells = <2>; /* min followed by max */
|
||||
operating-points-v2 = <&gpu_opp_table>;
|
||||
status = "disabled";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user