diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2015-07-01 14:04:12 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2015-07-01 14:04:12 +1000 |
commit | f469c1f4df925f207fea4b727e5c0561af88bd9b (patch) | |
tree | 961b00fecde50be803dd5d62960b09faf66c4510 /include | |
parent | 6be837c7ef0da5407d523c746e8a35da31e53f08 (diff) | |
download | skiboot-f469c1f4df925f207fea4b727e5c0561af88bd9b.zip skiboot-f469c1f4df925f207fea4b727e5c0561af88bd9b.tar.gz skiboot-f469c1f4df925f207fea4b727e5c0561af88bd9b.tar.bz2 |
PHB3: Wait 2s for electrical link to come up
We have problem with some Mellanox cards
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/phb3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/phb3.h b/include/phb3.h index f785916..ea3ad87 100644 --- a/include/phb3.h +++ b/include/phb3.h @@ -251,7 +251,7 @@ struct phb3_err { /* Link timeouts, increments of 100ms */ #define PHB3_LINK_WAIT_RETRIES 20 -#define PHB3_LINK_ELECTRICAL_RETRIES 10 +#define PHB3_LINK_ELECTRICAL_RETRIES 20 /* PHB3 flags */ #define PHB3_AIB_FENCED 0x00000001 |