From 75e4493e881dc79cb8373c136d1e7a5d32297948 Mon Sep 17 00:00:00 2001 From: Abel Vesa Date: Tue, 4 Jan 2022 00:49:00 +0200 Subject: [PATCH] arm64: dts: imx8qm: Add SCU RTC node Add SCU RTC node to support SC RTC driver. Signed-off-by: Abel Vesa Signed-off-by: Shawn Guo --- arch/arm64/boot/dts/freescale/imx8qm.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8qm.dtsi b/arch/arm64/boot/dts/freescale/imx8qm.dtsi index 405cff7d942d7..a6ffdc92a5206 100644 --- a/arch/arm64/boot/dts/freescale/imx8qm.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8qm.dtsi @@ -201,6 +201,9 @@ compatible = "fsl,imx8qm-iomuxc"; }; + rtc: rtc { + compatible = "fsl,imx8qxp-sc-rtc"; + }; }; /* sorted in register address */ -- 2.47.3