Commit e57cf057 authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Enable CPU sleep on Jetson Nano

Jetson Nano implements CPU sleep via PSCI, much like any of the other
Tegra X1 platforms. Enable the sleep states to allow the CPU to go into
lower power states when idle.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 8300a70e
......@@ -540,6 +540,12 @@ cpu@2 {
cpu@3 {
enable-method = "psci";
};
idle-states {
cpu-sleep {
status = "okay";
};
};
};
gpio-keys {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment