linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: <ying.zhang22455@nxp.com>
To: <linux-kernel@vger.kernel.org>
Cc: <jiafei.pan@nxp.com>, Wang Dongsheng <dongsheng.wang@nxp.com>,
	Zhang Ying-22455 <ying.zhang22455@nxp.com>
Subject: [PATCH 4/5] arm64: ls1043a: dts: add rcpm and ftm0 nodes
Date: Fri, 21 Apr 2017 15:42:46 +0800	[thread overview]
Message-ID: <1492760567-27894-4-git-send-email-ying.zhang22455@nxp.com> (raw)
In-Reply-To: <1492760567-27894-1-git-send-email-ying.zhang22455@nxp.com>

From: Wang Dongsheng <dongsheng.wang@nxp.com>

Add rcpm and ftm0 nodes. The Power Management related features
need these nodes.

Signed-off-by: Zhang Ying-22455 <ying.zhang22455@nxp.com>
---
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
index ec13a6e..ad0fbc4 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
@@ -220,6 +220,11 @@
 			big-endian;
 		};
 
+		rcpm: rcpm@1ee2000 {
+			compatible = "fsl,ls1043a-rcpm", "fsl,qoriq-rcpm-2.1";
+			reg = <0x0 0x1ee2000 0x0 0x10000>;
+		};
+
 		ifc: ifc@1530000 {
 			compatible = "fsl,ifc", "simple-bus";
 			reg = <0x0 0x1530000 0x0 0x10000>;
@@ -528,6 +533,14 @@
 			status = "disabled";
 		};
 
+		ftm0: ftm0@29d0000 {
+			compatible = "fsl,ftm-alarm";
+			reg = <0x0 0x29d0000 0x0 0x10000>;
+			interrupts = <0 86 0x4>;
+			big-endian;
+			fsl,rcpm-wakeup = <&rcpm 0x00020000>;
+		};
+
 		wdog0: wdog@2ad0000 {
 			compatible = "fsl,ls1043a-wdt", "fsl,imx21-wdt";
 			reg = <0x0 0x2ad0000 0x0 0x10000>;
-- 
2.1.0.27.g96db324

  parent reply	other threads:[~2017-04-21  7:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-21  7:42 [PATCH 1/5] soc: fsl: add support for arm64/Layerscape SOC specific drivers ying.zhang22455
2017-04-21  7:42 ` [PATCH 2/5] soc: fsl: add flextimer module alarm driver for Layerscape ying.zhang22455
2017-04-21 12:51   ` kbuild test robot
2017-04-21 17:01   ` kbuild test robot
2017-04-21  7:42 ` [PATCH 3/5] arm64: ls1021a: dts: add ftm0 nodes ying.zhang22455
2017-04-21  7:42 ` ying.zhang22455 [this message]
2017-04-21  7:42 ` [PATCH 5/5] Fix errata A-007728 for flextimer ying.zhang22455

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=1492760567-27894-4-git-send-email-ying.zhang22455@nxp.com \
    --to=ying.zhang22455@nxp.com \
    --cc=dongsheng.wang@nxp.com \
    --cc=jiafei.pan@nxp.com \
    --cc=linux-kernel@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 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).