Re: [PATCH v2 2/5] ARM: dts: imx53: add srtc node

From: Fabio Estevam
Date: Tue Dec 05 2017 - 09:13:43 EST


On Tue, Dec 5, 2017 at 12:06 PM, <linux-kernel-dev@xxxxxxxxxxxx> wrote:

> 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";

srtc node has been removed in linux-next.

You need to re-add it.