diff options
| author | Michael Walle <michael@walle.cc> | 2021-03-23 16:07:57 +0100 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2021-03-29 09:55:32 +0800 |
| commit | 51c8eaa1b73e39d4f36a2a55ba5c68404b53fa78 (patch) | |
| tree | 2431bec054e2c8986f7ca9e067a2d5d8fa81a83f | |
| parent | c75dc98b58dbfc023cab5b862e26ab8753c0d94d (diff) | |
arm64: dts: fsl-ls1028a-kontron-sl28: add rtc0 alias
For completeness, add the rtc0 alias.
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts index f61d544fcfa2..a92ecb331cdc 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts @@ -25,6 +25,7 @@ spi1 = &dspi2; mmc0 = &esdhc1; mmc1 = &esdhc; + rtc0 = &rtc; rtc1 = &ftm_alarm0; }; @@ -178,7 +179,7 @@ &i2c0 { status = "okay"; - rtc@32 { + rtc: rtc@32 { compatible = "microcrystal,rv8803"; reg = <0x32>; }; |
