aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fpga/fpga-mgr.h
diff options
context:
space:
mode:
authorAlan Tull <atull@opensource.altera.com>2016-11-01 15:14:29 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-10 11:03:35 -0500
commit0fa20cdfcc1f68847cdfc47824476301eedc8297 (patch)
treef84bb6cad048727a76554a84ecf095ce073e12b1 /include/linux/fpga/fpga-mgr.h
parent21aeda950c5f84a8351b862816d832120b217a9b (diff)
fpga: fpga-region: device tree control for FPGA
FPGA Regions support programming FPGA under control of the Device Tree. Signed-off-by: Alan Tull <atull@opensource.altera.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
-rw-r--r--include/linux/fpga/fpga-mgr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fpga/fpga-mgr.h b/include/linux/fpga/fpga-mgr.h
index 55803186e0ea..96a1a3311649 100644
--- a/include/linux/fpga/fpga-mgr.h
+++ b/include/linux/fpga/fpga-mgr.h
@@ -65,8 +65,10 @@ enum fpga_mgr_states {
65/* 65/*
66 * FPGA Manager flags 66 * FPGA Manager flags
67 * FPGA_MGR_PARTIAL_RECONFIG: do partial reconfiguration if supported 67 * FPGA_MGR_PARTIAL_RECONFIG: do partial reconfiguration if supported
68 * FPGA_MGR_EXTERNAL_CONFIG: FPGA has been configured prior to Linux booting
68 */ 69 */
69#define FPGA_MGR_PARTIAL_RECONFIG BIT(0) 70#define FPGA_MGR_PARTIAL_RECONFIG BIT(0)
71#define FPGA_MGR_EXTERNAL_CONFIG BIT(1)
70 72
71/** 73/**
72 * struct fpga_image_info - information specific to a FPGA image 74 * struct fpga_image_info - information specific to a FPGA image