mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
Revert "arm64: dts: rockchip: rk3576: set limit rate and offline cpus for early suspend"
This patch will impact performance, so disable this feature by default.
This reverts commit 980a9f6834.
Change-Id: I8f7e2413049f92e87b4a915e9e597172ecb955ce
Signed-off-by: Liang Chen <cl@rock-chips.com>
This commit is contained in:
@@ -57,15 +57,3 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&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;
|
||||
};
|
||||
|
||||
@@ -429,7 +429,6 @@
|
||||
495000 4
|
||||
>;
|
||||
intermediate-threshold-freq = <816000>;
|
||||
rockchip,early-suspend-freq = <1800000>;
|
||||
rockchip,reboot-freq = <1416000>;
|
||||
|
||||
rockchip,temp-hysteresis = <5000>;
|
||||
@@ -563,7 +562,6 @@
|
||||
495000 4
|
||||
>;
|
||||
intermediate-threshold-freq = <816000>;
|
||||
rockchip,early-suspend-freq = <408000>;
|
||||
rockchip,reboot-freq = <1608000>;
|
||||
|
||||
rockchip,temp-hysteresis = <5000>;
|
||||
@@ -1375,7 +1373,6 @@
|
||||
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