Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a202b021 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: pcie: reduce the PERST latency"

parents 6af5792b 411b8b09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,8 +89,8 @@
#define WR 1

/* Timing Delays */
#define PERST_PROPAGATION_DELAY_US_MIN        10000
#define PERST_PROPAGATION_DELAY_US_MAX        15000
#define PERST_PROPAGATION_DELAY_US_MIN        1000
#define PERST_PROPAGATION_DELAY_US_MAX        1005
#define REFCLK_STABILIZATION_DELAY_US_MIN     1000
#define REFCLK_STABILIZATION_DELAY_US_MAX     1500
#define LINK_RETRY_TIMEOUT_US_MIN             20000