summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/ste-hrefprev60-tvk.dts
diff options
context:
space:
mode:
authorStephan Gerhold <stephan@gerhold.net>2019-11-25 18:04:27 +0100
committerLinus Walleij <linus.walleij@linaro.org>2019-12-09 14:45:01 +0100
commit5195887a6fe0d95293d1c3f8c0f2456363bec0a3 (patch)
treef4ae88ebf416d958f9e716f690f265abc13c54d8 /arch/arm/boot/dts/ste-hrefprev60-tvk.dts
parent6b69c7296a9a274cb9949d21aa3d5bd5c31a5013 (diff)
ARM: dts: ux500: Move serial aliases to ste-dbx5x0.dtsi
Now that we have aliases for I2C and SPI in ste-dbx5x0.dtsi, it does not make much sense to keep only the aliases for UART separately in each board device tree. Considering that all boards set the same aliases for the serial ports there is no reason to keep them separated either. Move them to ste-dbx5x0.dtsi and remove the aliases from the board-specific device tree parts. Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Link: https://lore.kernel.org/r/20191125170428.76069-3-stephan@gerhold.net Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-hrefprev60-tvk.dts')
-rw-r--r--arch/arm/boot/dts/ste-hrefprev60-tvk.dts7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/ste-hrefprev60-tvk.dts b/arch/arm/boot/dts/ste-hrefprev60-tvk.dts
index 60eed262d920..54b0f8282b2c 100644
--- a/arch/arm/boot/dts/ste-hrefprev60-tvk.dts
+++ b/arch/arm/boot/dts/ste-hrefprev60-tvk.dts
@@ -10,11 +10,4 @@
/ {
model = "ST-Ericsson HREF (pre-v60) and TVK1281618 UIB";
compatible = "st-ericsson,mop500", "st-ericsson,u8500";
-
- /* This stablilizes the serial port enumeration */
- aliases {
- serial0 = &ux500_serial0;
- serial1 = &ux500_serial1;
- serial2 = &ux500_serial2;
- };
};