linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: meson-s4: add gpio_intc node
@ 2022-03-10  9:26 Qianggui Song
  2022-04-04  8:12 ` Neil Armstrong
  0 siblings, 1 reply; 2+ messages in thread
From: Qianggui Song @ 2022-03-10  9:26 UTC (permalink / raw)
  To: Rob Herring
  Cc: Qianggui Song, Neil Armstrong, Jerome Brunet, Kevin Hilman,
	Martin Blumenstingl, linux-arm-kernel, linux-amlogic,
	linux-kernel

Add gpio interrupt controller node

Signed-off-by: Qianggui Song <qianggui.song@amlogic.com>
---
 arch/arm64/boot/dts/amlogic/meson-s4.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-s4.dtsi b/arch/arm64/boot/dts/amlogic/meson-s4.dtsi
index bf9ae1e1016b..6972f97e0062 100644
--- a/arch/arm64/boot/dts/amlogic/meson-s4.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-s4.dtsi
@@ -85,6 +85,16 @@ apb4: apb4@fe000000 {
 			#size-cells = <2>;
 			ranges = <0x0 0x0 0x0 0xfe000000 0x0 0x480000>;
 
+			gpio_intc: interrupt-controller@4080 {
+				compatible = "amlogic,meson-s4-gpio-intc",
+					     "amlogic,meson-gpio-intc";
+				reg = <0x0 0x4080 0x0 0x20>;
+				interrupt-controller;
+				#interrupt-cells = <2>;
+				amlogic,channel-interrupts =
+					<10 11 12 13 14 15 16 17 18 19 20 21>;
+			};
+
 			uart_B: serial@7a000 {
 				compatible = "amlogic,meson-s4-uart",
 					     "amlogic,meson-ao-uart";
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: dts: meson-s4: add gpio_intc node
  2022-03-10  9:26 [PATCH] arm64: dts: meson-s4: add gpio_intc node Qianggui Song
@ 2022-04-04  8:12 ` Neil Armstrong
  0 siblings, 0 replies; 2+ messages in thread
From: Neil Armstrong @ 2022-04-04  8:12 UTC (permalink / raw)
  To: Rob Herring, Qianggui Song
  Cc: Neil Armstrong, linux-kernel, Jerome Brunet, linux-amlogic,
	Martin Blumenstingl, Kevin Hilman, linux-arm-kernel

Hi,

On Thu, 10 Mar 2022 17:26:45 +0800, Qianggui Song wrote:
> Add gpio interrupt controller node
> 
> 

Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v5.19/dt64)

[1/1] arm64: dts: meson-s4: add gpio_intc node
      https://git.kernel.org/amlogic/c/393633936976fb8bd2c26ae76fa8d30822bb7fee

-- 
Neil

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-04  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10  9:26 [PATCH] arm64: dts: meson-s4: add gpio_intc node Qianggui Song
2022-04-04  8:12 ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).