Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58a7bbf7 authored by Subash Patel's avatar Subash Patel Committed by Kukjin Kim
Browse files

ARM: dts: add PDMA0 changes for exynos5440



PDMA0@0x121000 changes are added into the architecture DTS file.

Signed-off-by: default avatarSubash Patel <subash.rp@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 7f7b8ed0
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -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>;