diff options
author | Frieder Schrempf <frieder.schrempf@kontron.de> | 2022-11-30 14:13:49 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-12-31 14:59:02 +0300 |
commit | ac9e22f446e4a01caebf6470e35b75191ae9f9b1 (patch) | |
tree | 91c114a95e73cb846b4aa8d45d256f15b36c5590 /arch/arm64/boot/dts/freescale/imx8mm-kontron-bl.dts | |
parent | 1eea795b57a5be30037b212a08873a8057edc813 (diff) | |
download | linux-ac9e22f446e4a01caebf6470e35b75191ae9f9b1.tar.xz |
arm64: dts: imx8mm-kontron: Add RTC aliases
Add aliases for the RTCs on the board and on the SoC. This ensures that
the primary RTC is always the one on the board that has a buffered supply
and maximum accuracy.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-kontron-bl.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-kontron-bl.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-kontron-bl.dts b/arch/arm64/boot/dts/freescale/imx8mm-kontron-bl.dts index a079322a3793..dcec57c20399 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-kontron-bl.dts +++ b/arch/arm64/boot/dts/freescale/imx8mm-kontron-bl.dts @@ -13,6 +13,8 @@ aliases { ethernet1 = &usbnet; + rtc0 = &rx8900; + rtc1 = &snvs_rtc; }; /* fixed crystal dedicated to mcp2515 */ @@ -136,7 +138,7 @@ pinctrl-0 = <&pinctrl_i2c4>; status = "okay"; - rtc@32 { + rx8900: rtc@32 { compatible = "epson,rx8900"; reg = <0x32>; }; |