Skip to content

Commit

Permalink
ARM: dt: tegra: Add device tree support for AHB
Browse files Browse the repository at this point in the history
Add AHB entry for tegra20/30.

Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
Hiroshi DOYU authored and Stephen Warren committed May 14, 2012
1 parent 4b7e870 commit 7868a9b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/tegra20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};
};

5 changes: 5 additions & 0 deletions arch/arm/boot/dts/tegra30.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,9 @@
nvidia,ahub-cif-ids = <8 8>;
};
};

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

0 comments on commit 7868a9b

Please sign in to comment.