dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: dt: tegra: Add device tree support for AHB

Add AHB entry for tegra20/30.

Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Hiroshi DOYU 2012-05-07 09:43:47 +03:00 committed by Stephen Warren
parent 4b7e870590
commit 7868a9bcac
2 changed files with 10 additions and 0 deletions

View File

@ -206,5 +206,10 @@
interrupts = < 0 97 0x04 >;
phy_type = "utmi";
};
ahb: ahb@6000c004 {
compatible = "nvidia,tegra20-ahb";
reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */
};
};

View File

@ -224,4 +224,9 @@
nvidia,ahub-cif-ids = <8 8>;
};
};
ahb: ahb@6000c004 {
compatible = "nvidia,tegra30-ahb";
reg = <0x6000c004 0x14c>; /* AHB Arbitration + Gizmo Controller */
};
};