Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / fpga / altera-freeze-bridge.txt
1 Altera Freeze Bridge Controller Driver
2
3 The Altera Freeze Bridge Controller manages one or more freeze bridges.
4 The controller can freeze/disable the bridges which prevents signal
5 changes from passing through the bridge.  The controller can also
6 unfreeze/enable the bridges which allows traffic to pass through the
7 bridge normally.
8
9 Required properties:
10 - compatible            : Should contain "altr,freeze-bridge-controller"
11 - regs                  : base address and size for freeze bridge module
12
13 Optional properties:
14 - bridge-enable         : 0 if driver should disable bridge at startup
15                           1 if driver should enable bridge at startup
16                           Default is to leave bridge in current state.
17
18 Example:
19         freeze-controller@100000450 {
20                 compatible = "altr,freeze-bridge-controller";
21                 regs = <0x1000 0x10>;
22                 bridge-enable = <0>;
23         };