Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342396
b: refs/heads/master
c: 73368ba
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren committed Nov 16, 2012
1 parent b643c54 commit f3d08f8
Show file tree
Hide file tree
Showing 3 changed files with 13 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: 380e04ac2cd96a4c36ad164fce556427dcd2ea0f
refs/heads/master: 73368ba0e168f28ec0b3e689bd428edc92505b62
6 changes: 6 additions & 0 deletions trunk/arch/arm/boot/dts/tegra20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
};
};

timer@50004600 {
compatible = "arm,cortex-a9-twd-timer";
reg = <0x50040600 0x20>;
interrupts = <1 13 0x304>;
};

cache-controller@50043000 {
compatible = "arm,pl310-cache";
reg = <0x50043000 0x1000>;
Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/arm/boot/dts/tegra30.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
};
};

timer@50004600 {
compatible = "arm,cortex-a9-twd-timer";
reg = <0x50040600 0x20>;
interrupts = <1 13 0xf04>;
};

cache-controller@50043000 {
compatible = "arm,pl310-cache";
reg = <0x50043000 0x1000>;
Expand Down

0 comments on commit f3d08f8

Please sign in to comment.