diff options
author | Michael Walle <michael@walle.cc> | 2021-03-23 16:07:56 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-03-29 03:55:19 +0200 |
commit | c75dc98b58dbfc023cab5b862e26ab8753c0d94d (patch) | |
tree | 2dccbf1ed7b0956b4d2a3e0701567ad66f955ad6 /arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts | |
parent | arm64: dts: fsl-ls1028a-kontron-sl28: combine unused partitions (diff) | |
download | linux-c75dc98b58dbfc023cab5b862e26ab8753c0d94d.tar.xz linux-c75dc98b58dbfc023cab5b862e26ab8753c0d94d.zip |
arm64: dts: ls1028a: move rtc alias to individual boards
The aliases are board-specific and shouldn't be included in the common
SoC dtsi. Move them over to the boards.
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts index fbcba9cb8503..bfd14b64567e 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts @@ -25,6 +25,7 @@ serial1 = &duart1; mmc0 = &esdhc; mmc1 = &esdhc1; + rtc1 = &ftm_alarm0; }; chosen { |