Commit 4a7658fe authored by Joseph Lo's avatar Joseph Lo Committed by Stephen Warren

ARM: tegra: dalmore: add PM configurations for PMC

Adding the PM configurations for PMC to support platform suspend.
Signed-off-by: default avatarJoseph Lo <josephl@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent c321d968
......@@ -1024,6 +1024,13 @@ spi-flash@0 {
pmc {
nvidia,invert-interrupt;
nvidia,suspend-mode = <2>;
nvidia,cpu-pwr-good-time = <500>;
nvidia,cpu-pwr-off-time = <300>;
nvidia,core-pwr-good-time = <641 3845>;
nvidia,core-pwr-off-time = <61036>;
nvidia,core-power-req-active-high;
nvidia,sys-clock-req-active-high;
};
ahub {
......
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