All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eddie James <eajames@linux.ibm.com>
To: openbmc@lists.ozlabs.org
Cc: Eddie James <eajames@linux.ibm.com>, joel@jms.id.au
Subject: [PATCH linux dev-6.0 3/3] ARM: dts: aspeed: p10bmc: Set watchdog pre-timeout interrupt
Date: Wed, 19 Oct 2022 10:07:14 -0500	[thread overview]
Message-ID: <20221019150714.606390-4-eajames@linux.ibm.com> (raw)
In-Reply-To: <20221019150714.606390-1-eajames@linux.ibm.com>

Specify the pre-timeout interrupt time to enable the interrupt on
P10 BMC systems.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
---
 arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts | 1 +
 arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | 1 +
 arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 1 +
 3 files changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
index 6789c1ec286a..7acdda8791a0 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
@@ -889,6 +889,7 @@ &wdt1 {
 };
 
 &wdt2 {
+	aspeed,pre-timeout-irq-us = <600000>;
 	status = "okay";
 };
 
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
index fcc890e3ad73..6d2e68e3fddf 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
@@ -3653,6 +3653,7 @@ &wdt1 {
 };
 
 &wdt2 {
+	aspeed,pre-timeout-irq-us = <600000>;
 	status = "okay";
 };
 
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
index 4879da4cdbd2..8fd63df3959c 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts
@@ -2376,6 +2376,7 @@ &wdt1 {
 };
 
 &wdt2 {
+	aspeed,pre-timeout-irq-us = <600000>;
 	status = "okay";
 };
 
-- 
2.31.1


  parent reply	other threads:[~2022-10-19 15:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-19 15:07 [PATCH linux dev-6.0 0/3] watchdog: aspeed: Add pre-timeout interrupt support Eddie James
2022-10-19 15:07 ` [PATCH linux dev-6.0 1/3] " Eddie James
2022-10-19 15:07 ` [PATCH linux dev-6.0 2/3] ARM: dts: aspeed: Setup watchdog pre-timeout interrupt Eddie James
2022-10-19 15:07 ` Eddie James [this message]
2022-10-20  5:12 ` [PATCH linux dev-6.0 0/3] watchdog: aspeed: Add pre-timeout interrupt support Joel Stanley

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=20221019150714.606390-4-eajames@linux.ibm.com \
    --to=eajames@linux.ibm.com \
    --cc=joel@jms.id.au \
    --cc=openbmc@lists.ozlabs.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.