Commit aa9ee82d authored by Derek Basehore's avatar Derek Basehore
Browse files

rockchip/rk3399: Change PD_CTR_LOOP to 10000



This brings ATF into line with the kernel on the timeout for power
domains turning on. We could actually timeout (when we shouldn't) on
resume when turning power domains on. The guaranteed maximum delay is
now 10ms.
Signed-off-by: default avatarDerek Basehore <dbasehore@chromium.org>
parent c1edcd93
......@@ -53,7 +53,7 @@ enum pmu_core_pwrst_shift {
#define TSADC_INT_PIN 38
#define CORES_PM_DISABLE 0x0
#define PD_CTR_LOOP 500
#define PD_CTR_LOOP 10000
#define CHK_CPU_LOOP 500
#define MAX_WAIT_COUNT 1000
......
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