Commit 3056c1ca authored by Joseph Lo's avatar Joseph Lo Committed by Thierry Reding

arm64: tegra: Enable CPU idle support for Shield

Enable CPU idle support for Shield platform.
Signed-off-by: default avatarJoseph Lo <josephl@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 15e66696
......@@ -1629,6 +1629,12 @@ cpu@2 {
cpu@3 {
enable-method = "psci";
};
idle-states {
cpu-sleep {
status = "okay";
};
};
};
psci {
......
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