devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Silvan Murer <silvan.murer@gmail.com>
To: devicetree@vger.kernel.org, thor.thayer@linux.intel.com
Cc: dinguyen@kernel.org, Silvan Murer <silvan.murer@gmail.com>
Subject: [PATCH] Change timer interrupt to edge sensitive
Date: Thu,  2 Aug 2018 13:41:14 +0200	[thread overview]
Message-ID: <1533210074-4996-1-git-send-email-silvan.murer@gmail.com> (raw)

Signed-off-by: Silvan Murer <silvan.murer@gmail.com>
---
 arch/arm/boot/dts/socfpga_arria10.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi
index 791ca15..52a7025 100644
--- a/arch/arm/boot/dts/socfpga_arria10.dtsi
+++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
@@ -748,7 +748,7 @@
 		timer@ffffc600 {
 			compatible = "arm,cortex-a9-twd-timer";
 			reg = <0xffffc600 0x100>;
-			interrupts = <1 13 0xf04>;
+			interrupts = <1 13 0xf01>;
 			clocks = <&mpu_periph_clk>;
 		};
 
-- 
2.7.4


             reply	other threads:[~2018-08-02 13:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-02 11:41 Silvan Murer [this message]
2018-08-07 19:23 ` [PATCH] Change timer interrupt to edge sensitive Silvan Murer
2018-08-07 22:03   ` Thor Thayer
2018-08-15 15:11     ` Dinh Nguyen

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=1533210074-4996-1-git-send-email-silvan.murer@gmail.com \
    --to=silvan.murer@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dinguyen@kernel.org \
    --cc=thor.thayer@linux.intel.com \
    /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).