diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-11-15 10:03:53 -0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-11-29 10:34:45 +0800 |
commit | e501506d3ea00eefa64463ebd9e5c13ee70990bd (patch) | |
tree | 302df71fab590859e08b99e924e875eed0270c66 /arch/arm/boot/dts/imx53.dtsi | |
parent | f006ed726a5e1f8c94cf2ad7545eeb9a11f3c694 (diff) | |
download | blackbird-op-linux-e501506d3ea00eefa64463ebd9e5c13ee70990bd.tar.gz blackbird-op-linux-e501506d3ea00eefa64463ebd9e5c13ee70990bd.zip |
Revert "ARM: dts: imx53: add srtc node"
This reverts commit 5b725054147deaf966b3919e10a86c6bfe946a18.
The rtc block on i.MX53 is a completely different hardware than the
one found on i.MX25.
Cc: <stable@vger.kernel.org> #4.14
Reported-by: Noel Vellemans <Noel.Vellemans@visionbms.com>
Suggested-by: Juergen Borleis <jbe@pengutronix.de>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index 589a67c5f796..84f17f7abb71 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -433,15 +433,6 @@ 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>; |