IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / coherency-fabric.txt
blob17d8cd107559981a5a6de1ba7f80f45874c62105
1 Coherency fabric
2 ----------------
3 Available on Marvell SOCs: Armada 370 and Armada XP
5 Required properties:
7 - compatible: "marvell,coherency-fabric"
9 - reg: Should contain coherency fabric registers location and
10   length. First pair for the coherency fabric registers, second pair
11   for the per-CPU fabric registers registers.
13 Example:
15 coherency-fabric@d0020200 {
16         compatible = "marvell,coherency-fabric";
17         reg = <0xd0020200 0xb0>,
18                 <0xd0021810 0x1c>;