mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
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:
parent
06a91e1527
commit
2f153f1fa7
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user