All of lore.kernel.org
 help / color / mirror / Atom feed
From: baruch@tkos.co.il (Baruch Siach)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] ARM: digicolor: enable watchdog device
Date: Mon,  6 Jul 2015 14:41:43 +0300	[thread overview]
Message-ID: <08bb4d52b29825487958034e41d4a28cd9bf62e5.1436182214.git.baruch@tkos.co.il> (raw)
In-Reply-To: <cover.1436182214.git.baruch@tkos.co.il>

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 arch/arm/boot/dts/cx92755.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/cx92755.dtsi b/arch/arm/boot/dts/cx92755.dtsi
index af333261d046..df4c6f1f93f9 100644
--- a/arch/arm/boot/dts/cx92755.dtsi
+++ b/arch/arm/boot/dts/cx92755.dtsi
@@ -88,6 +88,13 @@
 		interrupts = <25>;
 	};
 
+	watchdog at f0000fc0 {
+		compatible = "cnxt,cx92755-wdt";
+		reg = <0xf0000fc0 0x8>;
+		clocks = <&main_clk>;
+		timeout-sec = <15>;
+	};
+
 	uc_regs: syscon at f00003a0 {
 		compatible = "cnxt,cx92755-uc", "syscon";
 		reg = <0xf00003a0 0x10>;
-- 
2.1.4

  reply	other threads:[~2015-07-06 11:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-06 11:41 [PATCH 0/4] ARM: digicolor: misc updates for 4.3 Baruch Siach
2015-07-06 11:41 ` Baruch Siach [this message]
2015-07-06 11:41 ` [PATCH 2/4] ARM: multi_v7_defconfig: enable Conexant Digicolor watchdog Baruch Siach
2015-07-06 11:41 ` [PATCH 3/4] ARM: digicolor: dts: use stdout-path for console configuration Baruch Siach
2015-07-06 11:41 ` [PATCH 4/4] MAINTAINERS: digicolor: add dts files Baruch Siach
2015-07-14  9:19   ` Olof Johansson
2015-07-14  9:21 ` [PATCH 0/4] ARM: digicolor: misc updates for 4.3 Olof Johansson

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=08bb4d52b29825487958034e41d4a28cd9bf62e5.1436182214.git.baruch@tkos.co.il \
    --to=baruch@tkos.co.il \
    --cc=linux-arm-kernel@lists.infradead.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.