arm64: dts: ls1028a: move rtc alias to individual boards
authorMichael Walle <michael@walle.cc>
Tue, 23 Mar 2021 15:07:56 +0000 (16:07 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 29 Mar 2021 01:55:19 +0000 (09:55 +0800)
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>
arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts
arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts
arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi

index 311e3aa..f61d544 100644 (file)
@@ -25,6 +25,7 @@
                spi1 = &dspi2;
                mmc0 = &esdhc1;
                mmc1 = &esdhc;
+               rtc1 = &ftm_alarm0;
        };
 
        buttons0 {
index fbcba9c..bfd14b6 100644 (file)
@@ -25,6 +25,7 @@
                serial1 = &duart1;
                mmc0 = &esdhc;
                mmc1 = &esdhc1;
+               rtc1 = &ftm_alarm0;
        };
 
        chosen {
index 41ae6e7..9322c6a 100644 (file)
@@ -21,6 +21,7 @@
                serial1 = &duart1;
                mmc0 = &esdhc;
                mmc1 = &esdhc1;
+               rtc1 = &ftm_alarm0;
        };
 
        chosen {
index c1b33ac..9506f06 100644 (file)
        #address-cells = <2>;
        #size-cells = <2>;
 
-       aliases {
-               rtc1 = &ftm_alarm0;
-       };
-
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;