All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sachin Kamat <sachin.kamat@linaro.org>
To: linux-samsung-soc@vger.kernel.org
Cc: kgene.kim@samsung.com, sachin.kamat@linaro.org
Subject: [PATCH 2/5] ARM: dts: Enable watchdog node on Origen boards
Date: Fri, 23 May 2014 11:38:55 +0530	[thread overview]
Message-ID: <1400825338-1272-2-git-send-email-sachin.kamat@linaro.org> (raw)
In-Reply-To: <1400825338-1272-1-git-send-email-sachin.kamat@linaro.org>

Enabled watchdog nodes on Origen 4210 and 4412 boards.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 arch/arm/boot/dts/exynos4210-origen.dts |    4 ++++
 arch/arm/boot/dts/exynos4412-origen.dts |    4 ++++
 2 files changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts
index 95efb1189cf0..f018e2149168 100644
--- a/arch/arm/boot/dts/exynos4210-origen.dts
+++ b/arch/arm/boot/dts/exynos4210-origen.dts
@@ -48,6 +48,10 @@
 		};
 	};
 
+	watchdog@10060000 {
+		status = "okay";
+	};
+
 	rtc@10070000 {
 		status = "okay";
 	};
diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts
index 934fe7ecca7e..bd3985b767c4 100644
--- a/arch/arm/boot/dts/exynos4412-origen.dts
+++ b/arch/arm/boot/dts/exynos4412-origen.dts
@@ -48,6 +48,10 @@
 		};
 	};
 
+	watchdog@10060000 {
+		status = "okay";
+	};
+
 	rtc@10070000 {
 		status = "okay";
 	};
-- 
1.7.9.5

  reply	other threads:[~2014-05-23  6:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-23  6:08 [PATCH 1/5] ARM: dts: Enable RTC node on Origen boards Sachin Kamat
2014-05-23  6:08 ` Sachin Kamat [this message]
2014-05-23  6:08 ` [PATCH 3/5] ARM: dts: Replace numbers with key code macros " Sachin Kamat
2014-05-23  6:08 ` [PATCH 4/5] ARM: dts: Replace numbers with key code macros on Arndale board Sachin Kamat
2014-05-23  6:08 ` [PATCH 5/5] ARM: dts: Update watchdog node name in exynos5440.dtsi Sachin Kamat
2014-05-23  6:45   ` Jingoo Han
2014-05-26  3:29 ` [PATCH 1/5] ARM: dts: Enable RTC node on Origen boards Sachin Kamat
2014-05-27 15:39   ` Kukjin Kim
2014-05-28  3:53     ` Sachin Kamat
2014-05-28  4:16       ` Sachin Kamat

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=1400825338-1272-2-git-send-email-sachin.kamat@linaro.org \
    --to=sachin.kamat@linaro.org \
    --cc=kgene.kim@samsung.com \
    --cc=linux-samsung-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 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.