IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / armada-370-xp-pmsu.txt
blob926b4d6aae7e0e3e8cb3eb8031e8d95abec39e05
1 Power Management Service Unit(PMSU)
2 -----------------------------------
3 Available on Marvell SOCs: Armada 370 and Armada XP
5 Required properties:
7 - compatible: "marvell,armada-370-xp-pmsu"
9 - reg: Should contain PMSU registers location and length. First pair
10   for the per-CPU SW Reset Control registers, second pair for the
11   Power Management Service Unit.
13 Example:
15 armada-370-xp-pmsu@d0022000 {
16         compatible = "marvell,armada-370-xp-pmsu";
17         reg = <0xd0022100 0x430>,
18               <0xd0020800 0x20>;