[...]
quoted hunk ↗ jump to hunk
Subject: [PATCH V3 4/4] ARM64: dts: imx: add i.MX8QXP system controller RTC
support
Add i.MX8QXP system controller RTC support.
Signed-off-by: Anson Huang <redacted>
---
arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
index da99b6f..5e8b554 100644
--- a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
@@ -406,4 +406,8 @@
#size-cells = <1>;
ranges = <0x5f000000 0x0 0x5f000000 0x1000000>;
};
+
+ rtc: rtc {
+ compatible = "nxp,imx8qxp-sc-rtc";
As I replied in patch 1, this belongs to scu node as well.
Regards
Dong Aisheng
+ };
};
--
2.7.4