From: Chenhui Zhao <chenhui.zhao@nxp.com>
To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Cc: z.chenhui@gmail.com, Chenhui Zhao <chenhui.zhao@nxp.com>,
jason.jin@nxp.com
Subject: [PATCH 1/2] ARM: dts: ls1043a: add a rcpm node
Date: Mon, 1 Aug 2016 17:49:02 +0800 [thread overview]
Message-ID: <1470044943-3814-1-git-send-email-chenhui.zhao@nxp.com> (raw)
LS1043A have a RCPM module (Run Control and Power Management), which
performs all device-level tasks associated with power management.
Signed-off-by: Chenhui Zhao <chenhui.zhao@nxp.com>
---
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
index de0323b..43944b7 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
@@ -196,6 +196,12 @@
bus-width = <4>;
};
+ rcpm: rcpm@1ee2000 {
+ compatible = "fsl,ls1043a-rcpm", "fsl,qoriq-rcpm-2.1";
+ reg = <0x0 0x1ee2000 0x0 0x1000>;
+ fsl,#rcpm-wakeup-cells = <1>;
+ };
+
dspi0: dspi@2100000 {
compatible = "fsl,ls1043a-dspi", "fsl,ls1021a-v1.0-dspi";
#address-cells = <1>;
--
1.9.1
next reply other threads:[~2016-08-01 9:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-01 9:49 Chenhui Zhao [this message]
2016-08-01 9:49 ` [PATCH 2/2] soc: nxp: Add a RCPM driver Chenhui Zhao
2016-08-01 12:25 ` Arnd Bergmann
2016-08-01 12:55 ` Marc Zyngier
2016-08-03 3:42 ` Chenhui Zhao
[not found] ` <1470044943-3814-2-git-send-email-chenhui.zhao-3arQi8VN3Tc@public.gmane.org>
2016-08-01 13:22 ` Marc Zyngier
2016-08-03 3:28 ` Chenhui 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=1470044943-3814-1-git-send-email-chenhui.zhao@nxp.com \
--to=chenhui.zhao@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=jason.jin@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=z.chenhui@gmail.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).