mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
t23x: overlay: Disable c7 cpuidle for safety IGX
Only c1 (WFI) is needed for safety IGX, so disable the c7 cpuidle status. As per upstream cpuidle-psci.c driver, the default archictectural back-end already executes WFI on idle entry, so the idle driver won't be initialized if only WFI is supported. Bug 4084478 Change-Id: Id870cf22a7e5806e7f96c566c9782d6c1620e09c Signed-off-by: Yi-Wei Wang <yiweiw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2986366 Reviewed-by: Johnny Liu <johnliu@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Tested-by: Johnny Liu <johnliu@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
308d171850
commit
b23f1c38c4
@@ -81,6 +81,14 @@
|
||||
fragment-t234-p3740-p3701-safety@2 {
|
||||
target-path = "/";
|
||||
__overlay__ {
|
||||
cpus {
|
||||
idle-states {
|
||||
c7 {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
thermal-zones {
|
||||
cpu-thermal {
|
||||
cooling-maps {
|
||||
|
||||
Reference in New Issue
Block a user