diff options
| author | Subash Patel <subash.rp@samsung.com> | 2013-04-05 02:22:58 -0400 |
|---|---|---|
| committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-04-08 12:39:27 -0400 |
| commit | 58a7bbf75442ea439a4d3b7993ad87023e406063 (patch) | |
| tree | ff2ae7f765d420757df24127de386f28acfd5b9a | |
| parent | 7f7b8ed01a93a801659766dee218ee5bfe9d7d88 (diff) | |
ARM: dts: add PDMA0 changes for exynos5440
PDMA0@0x121000 changes are added into the architecture DTS file.
Signed-off-by: Subash Patel <subash.rp@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
| -rw-r--r-- | arch/arm/boot/dts/exynos5440.dtsi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi index f32b6fe6bd10..93e9028edaaf 100644 --- a/arch/arm/boot/dts/exynos5440.dtsi +++ b/arch/arm/boot/dts/exynos5440.dtsi | |||
| @@ -185,22 +185,22 @@ | |||
| 185 | interrupt-parent = <&gic>; | 185 | interrupt-parent = <&gic>; |
| 186 | ranges; | 186 | ranges; |
| 187 | 187 | ||
| 188 | pdma0: pdma@121A0000 { | 188 | pdma0: pdma@00121000 { |
| 189 | compatible = "arm,pl330", "arm,primecell"; | 189 | compatible = "arm,pl330", "arm,primecell"; |
| 190 | reg = <0x120000 0x1000>; | 190 | reg = <0x121000 0x1000>; |
| 191 | interrupts = <0 34 0>; | 191 | interrupts = <0 46 0>; |
| 192 | clocks = <&clock 21>; | 192 | clocks = <&clock 8>; |
| 193 | clock-names = "apb_pclk"; | 193 | clock-names = "apb_pclk"; |
| 194 | #dma-cells = <1>; | 194 | #dma-cells = <1>; |
| 195 | #dma-channels = <8>; | 195 | #dma-channels = <8>; |
| 196 | #dma-requests = <32>; | 196 | #dma-requests = <32>; |
| 197 | }; | 197 | }; |
| 198 | 198 | ||
| 199 | pdma1: pdma@121B0000 { | 199 | pdma1: pdma@00120000 { |
| 200 | compatible = "arm,pl330", "arm,primecell"; | 200 | compatible = "arm,pl330", "arm,primecell"; |
| 201 | reg = <0x121000 0x1000>; | 201 | reg = <0x120000 0x1000>; |
| 202 | interrupts = <0 35 0>; | 202 | interrupts = <0 47 0>; |
| 203 | clocks = <&clock 21>; | 203 | clocks = <&clock 8>; |
| 204 | clock-names = "apb_pclk"; | 204 | clock-names = "apb_pclk"; |
| 205 | #dma-cells = <1>; | 205 | #dma-cells = <1>; |
| 206 | #dma-channels = <8>; | 206 | #dma-channels = <8>; |
