Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308375
b: refs/heads/master
c: 5ff4888
h: refs/heads/master
i:
  308373: c597901
  308371: ffb9de6
  308367: f9ecfa7
v: v3
  • Loading branch information
Stephen Warren committed May 14, 2012
1 parent 5973327 commit 72f1aca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c44e438a7ff53b14d0fc433258b93948e1884f22
refs/heads/master: 5ff488875b982f5a1acc02ba74b23d2802d2613a
4 changes: 2 additions & 2 deletions trunk/arch/arm/boot/dts/tegra20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
compatible = "arm,cortex-a9-gic";
interrupt-controller;
#interrupt-cells = <3>;
reg = <0x50041000 0x1000>,
<0x50040100 0x0100>;
reg = <0x50041000 0x1000
0x50040100 0x0100>;
};

pmu {
Expand Down
7 changes: 4 additions & 3 deletions trunk/arch/arm/boot/dts/tegra30.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
compatible = "arm,cortex-a9-gic";
interrupt-controller;
#interrupt-cells = <3>;
reg = <0x50041000 0x1000>,
<0x50040100 0x0100>;
reg = <0x50041000 0x1000
0x50040100 0x0100>;
};

pmu {
Expand Down Expand Up @@ -186,7 +186,8 @@

ahub {
compatible = "nvidia,tegra30-ahub";
reg = <0x70080000 0x200 0x70080200 0x100>;
reg = <0x70080000 0x200
0x70080200 0x100>;
interrupts = <0 103 0x04>;
nvidia,dma-request-selector = <&apbdma 1>;

Expand Down

0 comments on commit 72f1aca

Please sign in to comment.