aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHiroshi DOYU <hdoyu@nvidia.com>2012-05-07 02:43:47 -0400
committerStephen Warren <swarren@nvidia.com>2012-05-14 12:51:28 -0400
commit7868a9bcac7d98d7437e10eca649d787e2c80d2c (patch)
tree5c4d6d468a19f98a365cdf8c299c8f688e2dd3af /arch
parent4b7e870590f65f4e8bb3cdb7f382e1a9dd17dad5 (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/tegra20.dtsi5
-rw-r--r--arch/arm/boot/dts/tegra30.dtsi5
2 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi
index 108e894a8926..24129fb507a5 100644
--- a/arch/arm/boot/dts/tegra20.dtsi
+++ b/arch/arm/boot/dts/tegra20.dtsi
@@ -206,5 +206,10 @@
206 interrupts = < 0 97 0x04 >; 206 interrupts = < 0 97 0x04 >;
207 phy_type = "utmi"; 207 phy_type = "utmi";
208 }; 208 };
209
210 ahb: ahb@6000c004 {
211 compatible = "nvidia,tegra20-ahb";
212 reg = <0x6000c004 0x10c>; /* AHB Arbitration + Gizmo Controller */
213 };
209}; 214};
210 215
diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi
index 15200a949a81..9d650fb07e45 100644
--- a/arch/arm/boot/dts/tegra30.dtsi
+++ b/arch/arm/boot/dts/tegra30.dtsi
@@ -224,4 +224,9 @@
224 nvidia,ahub-cif-ids = <8 8>; 224 nvidia,ahub-cif-ids = <8 8>;
225 }; 225 };
226 }; 226 };
227
228 ahb: ahb@6000c004 {
229 compatible = "nvidia,tegra30-ahb";
230 reg = <0x6000c004 0x14c>; /* AHB Arbitration + Gizmo Controller */
231 };
227}; 232};