mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
arm64: tegra: Enable CPU idle support for Shield
Enable CPU idle support for Shield platform. Signed-off-by: Joseph Lo <josephl@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
15e666968f
commit
3056c1ca29
|
|
@ -1629,6 +1629,12 @@ cpu@2 {
|
|||
cpu@3 {
|
||||
enable-method = "psci";
|
||||
};
|
||||
|
||||
idle-states {
|
||||
cpu-sleep {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
psci {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user