summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorOleksandr Suvorov <[email protected]>2022-07-22 17:16:04 +0300
committerMichal Simek <[email protected]>2022-07-26 09:34:21 +0200
commitd7fcbfc19b4e83930a90c834046d4bf7dc3adefe (patch)
treeaeee634633d84e0bc399e70640807043edf4686e /arch/arm
parentf18adf106576f298ead743a02800c6fdc90d884c (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 'arch/arm')
-rw-r--r--arch/arm/mach-zynq/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-zynq/cpu.c b/arch/arm/mach-zynq/cpu.c
index 69b818f24b8..ac595ee0a27 100644
--- a/arch/arm/mach-zynq/cpu.c
+++ b/arch/arm/mach-zynq/cpu.c
@@ -22,6 +22,7 @@ xilinx_desc fpga = {
.family = xilinx_zynq,
.iface = devcfg,
.operations = &zynq_op,
+ .flags = FPGA_LEGACY,
};
#endif