From mboxrd@z Thu Jan 1 00:00:00 1970 From: atull@opensource.altera.com (atull) Date: Tue, 18 Oct 2016 13:34:17 -0500 Subject: [PATCH v20 03/10] add bindings document for altera freeze bridge In-Reply-To: <20161018162656.dsx7hnip3xqm7j26@rob-hp-laptop> References: <20161017160941.4205-1-atull@opensource.altera.com> <20161017160941.4205-4-atull@opensource.altera.com> <20161018162656.dsx7hnip3xqm7j26@rob-hp-laptop> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, 18 Oct 2016, Rob Herring wrote: > On Mon, Oct 17, 2016 at 11:09:34AM -0500, Alan Tull wrote: > > Add bindings document for the Altera Freeze Bridge. A Freeze > > Bridge is used to gate traffic to/from a region of a FPGA > > such that that region can be reprogrammed. The Freeze Bridge > > exist in FPGA fabric that is not currently being reconfigured. > > > > Signed-off-by: Alan Tull > > Signed-off-by: Matthew Gerlach > > --- > > v19: Added in v19 of patchset, uses fpga image info struct > > v20: fix one underscore to hyphen > > --- > > .../bindings/fpga/altera-freeze-bridge.txt | 23 ++++++++++++++++++++++ > > 1 file changed, 23 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/fpga/altera-freeze-bridge.txt > > Acked-by: Rob Herring > Thanks! Alan