diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-04-18 15:40:03 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-04-20 15:14:24 -0500 |
commit | 09eb03f0598a9ef7e0d5eb440c6b7c15685f0cbf (patch) | |
tree | c87c4743e85806c16f8a74d3132ee3a6b285972d /Documentation/devicetree/bindings/fpga | |
parent | 6b12e71dd46489c66405fd95c1daab8b9679e069 (diff) | |
download | lwn-09eb03f0598a9ef7e0d5eb440c6b7c15685f0cbf.tar.gz lwn-09eb03f0598a9ef7e0d5eb440c6b7c15685f0cbf.zip |
fpga: region: add missing DT documentation for config complete timeout
Commit 42d5ec954719 ("fpga: add config complete timeout") introduced the
config complete property but didn't include the corresponding DT binding
documentation. Add it now.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Reviewed-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/fpga')
-rw-r--r-- | Documentation/devicetree/bindings/fpga/fpga-region.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/fpga/fpga-region.txt b/Documentation/devicetree/bindings/fpga/fpga-region.txt index 3b32ba15a717..290ded428e81 100644 --- a/Documentation/devicetree/bindings/fpga/fpga-region.txt +++ b/Documentation/devicetree/bindings/fpga/fpga-region.txt @@ -192,6 +192,8 @@ Optional properties: - region-freeze-timeout-us : The maximum time in microseconds to wait for bridges to successfully become disabled before the region has been programmed. +- config-complete-timeout-us : The maximum time in microseconds time for the + FPGA to go to operating mode after the region has been programmed. - child nodes : devices in the FPGA after programming. In the example below, when an overlay is applied targeting fpga-region0, |