qspipsu: Increase setup and hold time
Increase the setup and hold time of qspi to accomodate for a worst case of ~15ns with ref clk of 300MHz. Signed-off-by: Harini Katakam <harinik@xilinx.com> Acked by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
This commit is contained in:
parent
3c80ca4b5b
commit
ed027bf4b9
1 changed files with 2 additions and 2 deletions
|
@ -201,8 +201,8 @@ typedef struct {
|
|||
#define XQSPIPSU_SELECT_MODE_DUALSPI 0x2U
|
||||
#define XQSPIPSU_SELECT_MODE_QUADSPI 0x4U
|
||||
|
||||
#define XQSPIPSU_GENFIFO_CS_SETUP 0x04U
|
||||
#define XQSPIPSU_GENFIFO_CS_HOLD 0x03U
|
||||
#define XQSPIPSU_GENFIFO_CS_SETUP 0x05U
|
||||
#define XQSPIPSU_GENFIFO_CS_HOLD 0x04U
|
||||
|
||||
#define XQSPIPSU_CLK_ACTIVE_LOW_OPTION 0x2U
|
||||
#define XQSPIPSU_CLK_PHASE_1_OPTION 0x4U
|
||||
|
|
Loading…
Add table
Reference in a new issue