summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/ste-dbx5x0.dtsi
diff options
context:
space:
mode:
authorStephan Gerhold <stephan@gerhold.net>2019-11-25 20:04:27 +0300
committerLinus Walleij <linus.walleij@linaro.org>2019-12-09 16:45:01 +0300
commit5195887a6fe0d95293d1c3f8c0f2456363bec0a3 (patch)
treef4ae88ebf416d958f9e716f690f265abc13c54d8 /arch/arm/boot/dts/ste-dbx5x0.dtsi
parent6b69c7296a9a274cb9949d21aa3d5bd5c31a5013 (diff)
downloadlinux-5195887a6fe0d95293d1c3f8c0f2456363bec0a3.tar.xz
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-dbx5x0.dtsi')
-rw-r--r--arch/arm/boot/dts/ste-dbx5x0.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi
index 061711bd2bfa..9a840a210fbb 100644
--- a/arch/arm/boot/dts/ste-dbx5x0.dtsi
+++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi
@@ -25,6 +25,9 @@
spi1 = &spi1;
spi2 = &spi2;
spi3 = &spi3;
+ serial0 = &ux500_serial0;
+ serial1 = &ux500_serial1;
+ serial2 = &ux500_serial2;
};
chosen {