Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308365
b: refs/heads/master
c: 7868a9b
h: refs/heads/master
i:
  308363: c514b2f
v: v3
  • Loading branch information
Hiroshi DOYU authored and Stephen Warren committed May 14, 2012
1 parent 484c98d commit da7b52b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b7e870590f65f4e8bb3cdb7f382e1a9dd17dad5
refs/heads/master: 7868a9bcac7d98d7437e10eca649d787e2c80d2c
5 changes: 5 additions & 0 deletions trunk/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 trunk/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 da7b52b

Please sign in to comment.