Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1377504 > unrolled thread

[PATCH v2] arm64: dts: Add nodes for pdma0 and pdam1 for exynos7

Started byAlim Akhtar <alim.akhtar@samsung.com>
First post2016-04-13 06:50 +0200
Last post2016-04-13 10:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] arm64: dts: Add nodes for pdma0 and pdam1 for exynos7 Alim Akhtar <alim.akhtar@samsung.com> - 2016-04-13 06:50 +0200
    Re: [PATCH v2] arm64: dts: Add nodes for pdma0 and pdam1 for exynos7 Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-04-13 10:30 +0200

#1377504 — [PATCH v2] arm64: dts: Add nodes for pdma0 and pdam1 for exynos7

FromAlim Akhtar <alim.akhtar@samsung.com>
Date2016-04-13 06:50 +0200
Subject[PATCH v2] arm64: dts: Add nodes for pdma0 and pdam1 for exynos7
Message-ID<rnkUy-3Ak-5@gated-at.bofh.it>
This patch adds device tree nodes for pdma0 and pdma1 controllers
found on exynos7 SoCs.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
---
 arch/arm64/boot/dts/exynos/exynos7.dtsi |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi b/arch/arm64/boot/dts/exynos/exynos7.dtsi
index 93108f1..a1a3dba 100644
--- a/arch/arm64/boot/dts/exynos/exynos7.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos7.dtsi
@@ -95,6 +95,35 @@
 				<0x11006000 0x2000>;
 		};
 
+		amba {
+			compatible = "simple-bus";
+			#address-cells = <1>;
+			#size-cells = <1>;
+			ranges;
+
+			pdma0: pdma@10E10000 {
+				compatible = "arm,pl330", "arm,primecell";
+				reg = <0x10E10000 0x1000>;
+				interrupts = <0 225 0>;
+				clocks = <&clock_fsys0 ACLK_PDMA0>;
+				clock-names = "apb_pclk";
+				#dma-cells = <1>;
+				#dma-channels = <8>;
+				#dma-requests = <32>;
+			};
+
+			pdma1: pdma@10EB0000 {
+				compatible = "arm,pl330", "arm,primecell";
+				reg = <0x10EB0000 0x1000>;
+				interrupts = <0 226 0>;
+				clocks = <&clock_fsys0 ACLK_PDMA1>;
+				clock-names = "apb_pclk";
+				#dma-cells = <1>;
+				#dma-channels = <8>;
+				#dma-requests = <32>;
+			};
+		};
+
 		clock_topc: clock-controller@10570000 {
 			compatible = "samsung,exynos7-clock-topc";
 			reg = <0x10570000 0x10000>;
-- 
1.7.10.4

[toc] | [next] | [standalone]


#1377645

FromKrzysztof Kozlowski <k.kozlowski@samsung.com>
Date2016-04-13 10:30 +0200
Message-ID<rnolt-6Jw-37@gated-at.bofh.it>
In reply to#1377504
On 04/13/2016 06:42 AM, Alim Akhtar wrote:
> This patch adds device tree nodes for pdma0 and pdma1 controllers
> found on exynos7 SoCs.
> 
> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> ---
>  arch/arm64/boot/dts/exynos/exynos7.dtsi |   29 +++++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
> 

Thanks, applied.

Best regards,
Krzysztof

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web