From: Patrick Bruenn <[email protected]>

rtc-mxc_v2 driver will add support for the i.MX53 SRTC

Note: we keep the 'srtc' label to avoid duplicate with imx53-m53.dtsi

Signed-off-by: Patrick Bruenn <[email protected]>

---

v4:
- replace "srtc" node name with generic "rtc"

Cc: Shawn Guo <[email protected]>
Cc: Sascha Hauer <[email protected]> (maintainer:ARM/FREESCALE IMX / MXC 
ARM ARCHITECTURE)

Cc: Alessandro Zummo <[email protected]>
Cc: Alexandre Belloni <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: Mark Rutland <[email protected]> (maintainer:OPEN FIRMWARE AND FLATTENED 
DEVICE TREE BINDINGS)
Cc: [email protected] (open list:REAL TIME CLOCK (RTC) SUBSYSTEM)
Cc: [email protected] (open list:OPEN FIRMWARE AND FLATTENED DEVICE 
TREE BINDINGS)
Cc: [email protected] (open list)
Cc: Fabio Estevam <[email protected]>
Cc: Juergen Borleis <[email protected]>
Cc: Noel Vellemans <[email protected]>
Cc: Russell King <[email protected]> (maintainer:ARM PORT)
Cc: [email protected] (moderated list:ARM/FREESCALE IMX / 
MXC ARM ARCHITECTURE)

Cc: Philippe Ombredanne <[email protected]>
Cc: Lothar Waßmann <[email protected]>
---
 arch/arm/boot/dts/imx53.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index 84f17f7abb71..beca1c830623 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -433,6 +433,13 @@
                                clock-names = "ipg", "per";
                        };
 
+                       srtc: rtc@53fa4000 {
+                               compatible = "fsl,imx53-rtc";
+                               reg = <0x53fa4000 0x4000>;
+                               interrupts = <24>;
+                               clocks = <&clks IMX5_CLK_SRTC_GATE>;
+                       };
+
                        iomuxc: iomuxc@53fa8000 {
                                compatible = "fsl,imx53-iomuxc";
                                reg = <0x53fa8000 0x4000>;
-- 
2.11.0

Reply via email to