diff options
| author | Stefano Radaelli <stefano.r@variscite.com> | 2026-06-08 16:41:05 +0200 |
|---|---|---|
| committer | Frank Li <Frank.Li@nxp.com> | 2026-06-29 14:56:25 -0400 |
| commit | 5babe7594543573b57bff15bdda7f3343789f02f (patch) | |
| tree | 6a57c2659572072de2217cb019848a75950b263b | |
| parent | 342414b800bfea45cbc118d51dc66a066411c033 (diff) | |
| download | linux-stable-5babe7594543573b57bff15bdda7f3343789f02f.tar.gz linux-stable-5babe7594543573b57bff15bdda7f3343789f02f.zip | |
arm64: dts: imx8mp-var-som-symphony: add external RTC
Add the DS1337 RTC on the Symphony carrier board and disable the internal
SNVS RTC.
Signed-off-by: Stefano Radaelli <stefano.r@variscite.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-var-som-symphony.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-var-som-symphony.dts b/arch/arm64/boot/dts/freescale/imx8mp-var-som-symphony.dts index 7cf58198ef14..cb3348aafa07 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-var-som-symphony.dts +++ b/arch/arm64/boot/dts/freescale/imx8mp-var-som-symphony.dts @@ -139,12 +139,21 @@ label = "tpm"; reset-gpios = <&pcal6408 4 GPIO_ACTIVE_LOW>; }; + + rtc@68 { + compatible = "dallas,ds1337"; + reg = <0x68>; + }; }; &snvs_pwrkey { status = "okay"; }; +&snvs_rtc { + status = "disabled"; +}; + /* Console */ &uart2 { pinctrl-names = "default"; |
