diff options
| author | Oliver O'Halloran <oohall@gmail.com> | 2019-03-20 19:56:56 +1100 |
|---|---|---|
| committer | Stewart Smith <stewart@linux.ibm.com> | 2019-03-28 15:24:13 +1100 |
| commit | 722cf1c2ed56907fd9cc64c3f406f998d7e44992 (patch) | |
| tree | 2e4e9ab3951130512927d32eb5b05aa4fa09c65a /include | |
| parent | b8b4c79d44191c09d75ffe6204ab9ce1191491d4 (diff) | |
| download | talos-skiboot-722cf1c2ed56907fd9cc64c3f406f998d7e44992.tar.gz talos-skiboot-722cf1c2ed56907fd9cc64c3f406f998d7e44992.zip | |
hw/phb4: Drop FRESET_DEASSERT_DELAY state
The delay between the ASSERT_DELAY and DEASSERT_DELAY states is set to
one timebase tick. This state seems to have been a hold over from PHB3
where it was used to add a 1s delay between de-asserting PERST and
polling the link for the CAPI FPGA. There's no requirement for that here
since the link polling on PHB4 is a bit smarter so we should be fine.
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/phb4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/phb4.h b/include/phb4.h index 605effec..c52a840d 100644 --- a/include/phb4.h +++ b/include/phb4.h @@ -125,7 +125,6 @@ #define PHB4_SLOT_FRESET PCI_SLOT_STATE_FRESET #define PHB4_SLOT_FRESET_START (PHB4_SLOT_FRESET + 1) #define PHB4_SLOT_FRESET_ASSERT_DELAY (PHB4_SLOT_FRESET + 2) -#define PHB4_SLOT_FRESET_DEASSERT_DELAY (PHB4_SLOT_FRESET + 3) #define PHB4_SLOT_CRESET PCI_SLOT_STATE_CRESET #define PHB4_SLOT_CRESET_START (PHB4_SLOT_CRESET + 1) #define PHB4_SLOT_CRESET_WAIT_CQ (PHB4_SLOT_CRESET + 2) |

