diff options
| author | Oleksandr Suvorov <[email protected]> | 2022-07-22 17:16:04 +0300 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2022-07-26 09:34:21 +0200 |
| commit | d7fcbfc19b4e83930a90c834046d4bf7dc3adefe (patch) | |
| tree | aeee634633d84e0bc399e70640807043edf4686e /include/versalpl.h | |
| parent | f18adf106576f298ead743a02800c6fdc90d884c (diff) | |
fpga: xilinx: add bitstream flags to driver desc
Store a set of supported bitstream types in xilinx_desc structure.
It will be used to determine whether an FPGA image is able to be
loaded with a given driver.
Signed-off-by: Oleksandr Suvorov <[email protected]>
Tested-by: Ricardo Salveti <[email protected]>
Tested-by: Adrian Fiergolski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'include/versalpl.h')
| -rw-r--r-- | include/versalpl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/versalpl.h b/include/versalpl.h index b94c82e6e66..0cc101be2f8 100644 --- a/include/versalpl.h +++ b/include/versalpl.h @@ -14,7 +14,4 @@ extern struct xilinx_fpga_op versal_op; -#define XILINX_VERSAL_DESC \ -{ xilinx_versal, csu_dma, 1, &versal_op, 0, &versal_op } - #endif /* _VERSALPL_H_ */ |
