IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / tegra / nvidia,tegra20-ahb.txt
blob234406d41c12772069ffc033c4c532a67f192182
1 NVIDIA Tegra AHB
3 Required properties:
4 - compatible : "nvidia,tegra20-ahb" or "nvidia,tegra30-ahb"
5 - reg : Should contain 1 register ranges(address and length)
7 Example:
8         ahb: ahb@6000c004 {
9                 compatible = "nvidia,tegra20-ahb";
10                 reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */
11         };