From: Patrick Bruenn <[email protected]> rtc-mxc_v2 driver will add support for the i.MX53 SRTC
Signed-off-by: Patrick Bruenn <[email protected]> --- To: Shawn Guo <[email protected]> To: 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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index 589a67c5f796..e4ca9d9ba2fe 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -434,12 +434,10 @@ }; srtc: srtc@53fa4000 { - compatible = "fsl,imx53-rtc", "fsl,imx25-rtc"; + compatible = "fsl,imx53-rtc"; reg = <0x53fa4000 0x4000>; interrupts = <24>; - interrupt-parent = <&tzic>; clocks = <&clks IMX5_CLK_SRTC_GATE>; - clock-names = "ipg"; }; iomuxc: iomuxc@53fa8000 { -- 2.11.0

