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


Groups > linux.kernel > #1720809 > unrolled thread

[PATCH 1/2] arm64: dts: uniphier: add AIDET nodes

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2017-08-27 14:10 +0200
Last post2017-08-28 17:10 +0200
Articles 2 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/2] arm64: dts: uniphier: add AIDET nodes Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-08-27 14:10 +0200
    Re: [PATCH 1/2] arm64: dts: uniphier: add AIDET nodes Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-08-28 17:10 +0200

#1720809 — [PATCH 1/2] arm64: dts: uniphier: add AIDET nodes

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-08-27 14:10 +0200
Subject[PATCH 1/2] arm64: dts: uniphier: add AIDET nodes
Message-ID<uj4y6-7sZ-43@gated-at.bofh.it>
Add UniPhier AIDET (ARM Interrupt Detector) nodes to support
active low interrupts.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 7 +++++++
 arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
index 5537a457af97..ee4aff53a5f5 100644
--- a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
+++ b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
@@ -355,6 +355,13 @@
 			};
 		};
 
+		aidet: aidet@5fc20000 {
+			compatible = "socionext,uniphier-ld11-aidet";
+			reg = <0x5fc20000 0x200>;
+			interrupt-controller;
+			#interrupt-cells = <2>;
+		};
+
 		gic: interrupt-controller@5fe00000 {
 			compatible = "arm,gic-v3";
 			reg = <0x5fe00000 0x10000>,	/* GICD */
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi
index 304cb743d70c..f4948d0aa348 100644
--- a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi
+++ b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi
@@ -376,6 +376,13 @@
 			};
 		};
 
+		aidet: aidet@5fc20000 {
+			compatible = "socionext,uniphier-ld20-aidet";
+			reg = <0x5fc20000 0x200>;
+			interrupt-controller;
+			#interrupt-cells = <2>;
+		};
+
 		gic: interrupt-controller@5fe00000 {
 			compatible = "arm,gic-v3";
 			reg = <0x5fe00000 0x10000>,	/* GICD */
-- 
2.7.4

[toc] | [next] | [standalone]


#1721722

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2017-08-28 17:10 +0200
Message-ID<ujtPR-78t-37@gated-at.bofh.it>
In reply to#1720809
2017-08-27 21:03 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> Add UniPhier AIDET (ARM Interrupt Detector) nodes to support
> active low interrupts.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Series, applied.


-- 
Best Regards
Masahiro Yamada

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web