summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/fpga/fpga-region.txt
diff options
context:
space:
mode:
authorMoritz Fischer <mdf@kernel.org>2017-02-27 09:19:02 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-17 15:10:48 +0900
commit161db575ef6c3b0a6d96dc263abb39cd0dc0f0c2 (patch)
tree1f4cddc0d666b7136785f2c653ad9c4bdbb46965 /Documentation/devicetree/bindings/fpga/fpga-region.txt
parent7f33bbca14de25f24660441af5087440dd0d2fca (diff)
fpga: region: Add fpga-region property 'encrypted-fpga-config'
Add fpga-region property to allow passing the fact that the bitstream is encrypted to the fpga-region and ultimately to the low-level driver. Signed-off-by: Moritz Fischer <mdf@kernel.org> Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Alan Tull <atull@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/fpga/fpga-region.txt')
-rw-r--r--Documentation/devicetree/bindings/fpga/fpga-region.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/fpga/fpga-region.txt b/Documentation/devicetree/bindings/fpga/fpga-region.txt
index 3b32ba15a717..81bf3adba24b 100644
--- a/Documentation/devicetree/bindings/fpga/fpga-region.txt
+++ b/Documentation/devicetree/bindings/fpga/fpga-region.txt
@@ -186,6 +186,7 @@ Optional properties:
otherwise full reconfiguration is done.
- external-fpga-config : boolean, set if the FPGA has already been configured
prior to OS boot up.
+- encrypted-fpga-config : boolean, set if the bitstream is encrypted
- region-unfreeze-timeout-us : The maximum time in microseconds to wait for
bridges to successfully become enabled after the region has been
programmed.