overlay: enable cpuidle for p3767

Enable C7 cpuidle state for p3767

Bug 4283702

Signed-off-by: Johnny Liu <johnliu@nvidia.com>
Change-Id: Iefb9b0c910f78a3a663253409c2e6ec034a06ac5
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2978878
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Johnny Liu
2023-09-12 09:29:58 +00:00
committed by mobile promotions
parent 6240fad6ee
commit 73569dc99b
2 changed files with 16 additions and 0 deletions

View File

@@ -300,6 +300,14 @@
}; };
}; };
cpus {
idle-states {
c7 {
status = "okay";
};
};
};
nvpmodel { nvpmodel {
status = "okay"; status = "okay";
}; };

View File

@@ -159,6 +159,14 @@
}; };
}; };
cpus {
idle-states {
c7 {
status = "okay";
};
};
};
nvpmodel { nvpmodel {
status = "okay"; status = "okay";
}; };