From: <linux-kernel-dev@beckhoff.com>
To: robh+dt@kernel.org, shawnguo@kernel.org
Cc: mark.rutland@arm.com, kernel@pengutronix.de,
fabio.estevam@nxp.com, linux@armlinux.org.uk,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, andrew@lunn.ch,
Patrick Bruenn <p.bruenn@beckhoff.com>
Subject: [PATCH v5 2/4] ARM: dts: imx53: add srtc node
Date: Wed, 26 Jul 2017 14:05:32 +0200 [thread overview]
Message-ID: <20170726120534.5516-3-linux-kernel-dev@beckhoff.com> (raw)
In-Reply-To: <20170726120534.5516-1-linux-kernel-dev@beckhoff.com>
From: Patrick Bruenn <p.bruenn@beckhoff.com>
The i.MX53 has an integrated secure real time clock. Add it to the dtsi.
Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
---
arch/arm/boot/dts/imx53.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index 2e516f4985e4..8bf0d89cdd35 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -433,6 +433,15 @@
clock-names = "ipg", "per";
};
+ srtc: srtc@53fa4000 {
+ compatible = "fsl,imx53-rtc", "fsl,imx25-rtc";
+ reg = <0x53fa4000 0x4000>;
+ interrupts = <24>;
+ interrupt-parent = <&tzic>;
+ clocks = <&clks IMX5_CLK_SRTC_GATE>;
+ clock-names = "ipg";
+ };
+
iomuxc: iomuxc@53fa8000 {
compatible = "fsl,imx53-iomuxc";
reg = <0x53fa8000 0x4000>;
--
2.11.0
next prev parent reply other threads:[~2017-07-26 12:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-26 12:05 [PATCH v5 0/4] ARM: dts: imx: add CX9020 Embedded PC device tree linux-kernel-dev
2017-07-26 12:05 ` [PATCH v5 1/4] dt-bindings: arm: Add entry for Beckhoff CX9020 linux-kernel-dev
2017-08-03 16:06 ` Rob Herring
2017-07-26 12:05 ` linux-kernel-dev [this message]
2017-07-26 12:05 ` [PATCH v5 3/4] ARM: dts: imx53: add alternative UART2 configuration linux-kernel-dev
2017-07-26 12:05 ` [PATCH v5 4/4] ARM: dts: imx: add CX9020 Embedded PC device tree linux-kernel-dev
2017-08-03 1:47 ` [PATCH v5 0/4] " Shawn Guo
[not found] ` <20170726120534.5516-1-linux-kernel-dev-QonKdJ6Bx35Wk0Htik3J/w@public.gmane.org>
2017-08-05 3:07 ` Shawn Guo
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=20170726120534.5516-3-linux-kernel-dev@beckhoff.com \
--to=linux-kernel-dev@beckhoff.com \
--cc=andrew@lunn.ch \
--cc=devicetree@vger.kernel.org \
--cc=fabio.estevam@nxp.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=mark.rutland@arm.com \
--cc=p.bruenn@beckhoff.com \
--cc=robh+dt@kernel.org \
--cc=shawnguo@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).