All of lore.kernel.org
 help / color / mirror / Atom feed
From: Qiang Zhao <qiang.zhao@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [patch v3 2/3] dts: fsl-ls1028a: add sp805 node which is a watchdog
Date: Tue, 7 May 2019 03:16:13 +0000	[thread overview]
Message-ID: <20190507031739.3009-3-qiang.zhao@nxp.com> (raw)
In-Reply-To: <20190507031739.3009-1-qiang.zhao@nxp.com>

add sp805 nodes in fsl-ls1028a.dtsi

Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
---
 arch/arm/dts/fsl-ls1028a.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/fsl-ls1028a.dtsi b/arch/arm/dts/fsl-ls1028a.dtsi
index 35382eb3b4..30fb20cd3e 100644
--- a/arch/arm/dts/fsl-ls1028a.dtsi
+++ b/arch/arm/dts/fsl-ls1028a.dtsi
@@ -338,4 +338,8 @@
 		status = "disabled";
 	      };
 
+	cluster1_core0_watchdog: wdt at c000000 {
+		compatible = "arm,sp805-wdt";
+		reg = <0x0 0xc000000 0x0 0x1000>;
+	};
 };
-- 
2.17.1

  parent reply	other threads:[~2019-05-07  3:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-07  3:16 [U-Boot] [PATCH 0/3] add new wdt driver for sp805 Qiang Zhao
2019-05-07  3:16 ` [U-Boot] [patch v3 1/3] watchdog: add sp805 watchdog support Qiang Zhao
2019-05-07  3:16 ` Qiang Zhao [this message]
2019-05-07  3:16 ` [U-Boot] [patch v3 3/3] defconfig: ls1028ardb: enable wdt Qiang Zhao

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=20190507031739.3009-3-qiang.zhao@nxp.com \
    --to=qiang.zhao@nxp.com \
    --cc=u-boot@lists.denx.de \
    /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.