Commit c75dc98b authored by Michael Walle's avatar Michael Walle Committed by Shawn Guo

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: default avatarMichael Walle <michael@walle.cc>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent b3535535
...@@ -25,6 +25,7 @@ aliases { ...@@ -25,6 +25,7 @@ aliases {
spi1 = &dspi2; spi1 = &dspi2;
mmc0 = &esdhc1; mmc0 = &esdhc1;
mmc1 = &esdhc; mmc1 = &esdhc;
rtc1 = &ftm_alarm0;
}; };
buttons0 { buttons0 {
......
...@@ -25,6 +25,7 @@ aliases { ...@@ -25,6 +25,7 @@ aliases {
serial1 = &duart1; serial1 = &duart1;
mmc0 = &esdhc; mmc0 = &esdhc;
mmc1 = &esdhc1; mmc1 = &esdhc1;
rtc1 = &ftm_alarm0;
}; };
chosen { chosen {
......
...@@ -21,6 +21,7 @@ aliases { ...@@ -21,6 +21,7 @@ aliases {
serial1 = &duart1; serial1 = &duart1;
mmc0 = &esdhc; mmc0 = &esdhc;
mmc1 = &esdhc1; mmc1 = &esdhc1;
rtc1 = &ftm_alarm0;
}; };
chosen { chosen {
......
...@@ -18,10 +18,6 @@ / { ...@@ -18,10 +18,6 @@ / {
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
aliases {
rtc1 = &ftm_alarm0;
};
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment