arm64: dts: rockchip: rk3568: add thermal-zone for pvtm

Change-Id: Ie082e512265e3e416582a03ad4b1efe97dc5f98e
Signed-off-by: Liang Chen <cl@rock-chips.com>
This commit is contained in:
Liang Chen 2020-11-17 21:09:40 +08:00 committed by Tao Huang
parent 06a91e1527
commit 2f153f1fa7

View File

@ -748,6 +748,7 @@ pvtm@0 {
clock-names = "clk", "pclk";
resets = <&cru SRST_CORE_PVTM>, <&cru SRST_P_CORE_PVTM>;
reset-names = "rts", "rst-p";
thermal-zone = "soc-thermal";
};
};
@ -811,6 +812,7 @@ pvtm@1 {
clock-names = "clk", "pclk";
resets = <&cru SRST_GPU_PVTM>, <&cru SRST_P_GPU_PVTM>;
reset-names = "rts", "rst-p";
thermal-zone = "gpu-thermal";
};
};
@ -826,6 +828,7 @@ pvtm@2 {
clock-names = "clk", "pclk", "hclk";
resets = <&cru SRST_NPU_PVTM>, <&cru SRST_P_NPU_PVTM>;
reset-names = "rts", "rst-p";
thermal-zone = "soc-thermal";
};
};