Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374115
b: refs/heads/master
c: 58a7bbf
h: refs/heads/master
i:
  374113: 55f43aa
  374111: 86e28cf
v: v3
  • Loading branch information
Subash Patel authored and Kukjin Kim committed Apr 8, 2013
1 parent c70ac1f commit fafb211
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: 7f7b8ed01a93a801659766dee218ee5bfe9d7d88
refs/heads/master: 58a7bbf75442ea439a4d3b7993ad87023e406063
16 changes: 8 additions & 8 deletions trunk/arch/arm/boot/dts/exynos5440.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -185,22 +185,22 @@
interrupt-parent = <&gic>;
ranges;

pdma0: pdma@121A0000 {
pdma0: pdma@00121000 {
compatible = "arm,pl330", "arm,primecell";
reg = <0x120000 0x1000>;
interrupts = <0 34 0>;
clocks = <&clock 21>;
reg = <0x121000 0x1000>;
interrupts = <0 46 0>;
clocks = <&clock 8>;
clock-names = "apb_pclk";
#dma-cells = <1>;
#dma-channels = <8>;
#dma-requests = <32>;
};

pdma1: pdma@121B0000 {
pdma1: pdma@00120000 {
compatible = "arm,pl330", "arm,primecell";
reg = <0x121000 0x1000>;
interrupts = <0 35 0>;
clocks = <&clock 21>;
reg = <0x120000 0x1000>;
interrupts = <0 47 0>;
clocks = <&clock 8>;
clock-names = "apb_pclk";
#dma-cells = <1>;
#dma-channels = <8>;
Expand Down

0 comments on commit fafb211

Please sign in to comment.