Commit 15e66696 authored by Joseph Lo's avatar Joseph Lo Committed by Thierry Reding

arm64: tegra: Enable CPU idle support for Smaug

Enable CPU idle support for Smaug platform.
Signed-off-by: default avatarJoseph Lo <josephl@nvidia.com>
Acked-by: default avatarJon Hunter <jonathanh@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent d2c19dd7
...@@ -1751,6 +1751,13 @@ cpu@2 { ...@@ -1751,6 +1751,13 @@ cpu@2 {
cpu@3 { cpu@3 {
enable-method = "psci"; enable-method = "psci";
}; };
idle-states {
cpu-sleep {
arm,psci-suspend-param = <0x00010007>;
status = "okay";
};
};
}; };
gpio-keys { 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