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:
Liang Chen
2019-02-27 09:29:59 +08:00
committed by Tao Huang
parent 4b7a934f4d
commit 5f6e24b4f5

View File

@@ -481,6 +481,11 @@
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>;
};
};
};
@@ -562,6 +567,7 @@
"ppmmu1";
clocks = <&cru ACLK_GPU>, <&cru ACLK_GPU>;
clock-names = "bus", "core";
#cooling-cells = <2>; /* min followed by max */
resets = <&cru SRST_GPU_A>;
};