mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
arm64: dts: rockchip: rk3576: set limit rate and offline cpus for early suspend
Signed-off-by: Liang Chen <cl@rock-chips.com> Change-Id: I6601d4abefc95de3c9a4f3e5d555444af0b59509
This commit is contained in:
@@ -57,3 +57,15 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&cluster0_opp_table {
|
||||
/delete-property/ rockchip,early-suspend-freq;
|
||||
};
|
||||
|
||||
&cluster1_opp_table {
|
||||
/delete-property/ rockchip,early-suspend-freq;
|
||||
};
|
||||
|
||||
&rockchip_system_monitor {
|
||||
/delete-property/ rockchip,early-suspend-offline-cpus;
|
||||
};
|
||||
|
||||
@@ -424,6 +424,7 @@
|
||||
495000 4
|
||||
>;
|
||||
intermediate-threshold-freq = <816000>;
|
||||
rockchip,early-suspend-freq = <1800000>;
|
||||
rockchip,reboot-freq = <1416000>;
|
||||
|
||||
rockchip,temp-hysteresis = <5000>;
|
||||
@@ -542,6 +543,7 @@
|
||||
495000 4
|
||||
>;
|
||||
intermediate-threshold-freq = <816000>;
|
||||
rockchip,early-suspend-freq = <408000>;
|
||||
rockchip,reboot-freq = <1608000>;
|
||||
|
||||
rockchip,temp-hysteresis = <5000>;
|
||||
@@ -1335,6 +1337,7 @@
|
||||
compatible = "rockchip,system-monitor";
|
||||
|
||||
rockchip,thermal-zone = "little-core-thermal";
|
||||
rockchip,early-suspend-offline-cpus = "4-7";
|
||||
};
|
||||
|
||||
thermal_zones: thermal-zones {
|
||||
|
||||
Reference in New Issue
Block a user