devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa+renesas@sang-engineering.com>
To: linux-renesas-soc@vger.kernel.org
Cc: devicetree@vger.kernel.org,
	Wolfram Sang <wsa+renesas@sang-engineering.com>
Subject: [PATCH 5/5] arm64: dts: renesas: rcar-gen4: add interrupt property to the watchdog node
Date: Tue, 22 Mar 2022 10:55:12 +0100	[thread overview]
Message-ID: <20220322095512.4707-6-wsa+renesas@sang-engineering.com> (raw)
In-Reply-To: <20220322095512.4707-1-wsa+renesas@sang-engineering.com>

Driver doesn't use it yet, but let's describe the HW properly.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 1 +
 arch/arm64/boot/dts/renesas/r8a779f0.dtsi | 1 +
 2 files changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
index c4be288b1912..39b1391c0cb2 100644
--- a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
@@ -81,6 +81,7 @@ rwdt: watchdog@e6020000 {
 			compatible = "renesas,r8a779a0-wdt",
 				     "renesas,rcar-gen3-wdt";
 			reg = <0 0xe6020000 0 0x0c>;
+			interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&cpg CPG_MOD 907>;
 			power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
 			resets = <&cpg 907>;
diff --git a/arch/arm64/boot/dts/renesas/r8a779f0.dtsi b/arch/arm64/boot/dts/renesas/r8a779f0.dtsi
index b0241aa29fc8..df46fb87cffc 100644
--- a/arch/arm64/boot/dts/renesas/r8a779f0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a779f0.dtsi
@@ -63,6 +63,7 @@ rwdt: watchdog@e6020000 {
 			compatible = "renesas,r8a779f0-wdt",
 				     "renesas,rcar-gen4-wdt";
 			reg = <0 0xe6020000 0 0x0c>;
+			interrupts = <GIC_SPI 515 IRQ_TYPE_LEVEL_HIGH>;
 			clocks = <&cpg CPG_MOD 907>;
 			power-domains = <&sysc R8A779F0_PD_ALWAYS_ON>;
 			resets = <&cpg 907>;
-- 
2.34.1


  parent reply	other threads:[~2022-03-22  9:55 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-22  9:55 [PATCH 0/5] dts: renesas: add interrupt property to the watchdog nodes Wolfram Sang
2022-03-22  9:55 ` [PATCH 1/5] ARM: dts: rcar-gen2: add interrupt property to the watchdog node Wolfram Sang
2022-04-12  8:43   ` Geert Uytterhoeven
2022-03-22  9:55 ` [PATCH 2/5] ARM: dts: rzg1: " Wolfram Sang
2022-04-12  8:45   ` Geert Uytterhoeven
2022-03-22  9:55 ` [PATCH 3/5] arm64: dts: renesas: rcar-gen3: " Wolfram Sang
2022-04-12  8:47   ` Geert Uytterhoeven
2022-03-22  9:55 ` [PATCH 4/5] arm64: dts: renesas: rzg2: " Wolfram Sang
2022-04-12  8:49   ` Geert Uytterhoeven
2022-03-22  9:55 ` Wolfram Sang [this message]
2022-04-12  8:53   ` [PATCH 5/5] arm64: dts: renesas: rcar-gen4: " Geert Uytterhoeven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220322095512.4707-6-wsa+renesas@sang-engineering.com \
    --to=wsa+renesas@sang-engineering.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).