diff options
author | Olof Johansson <olof@lixom.net> | 2014-11-11 12:49:30 -0800 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-11-13 16:58:52 +0100 |
commit | c4574aa00e7c144ae4d1bfc2388433d9eb82e4d3 (patch) | |
tree | 5bab9bed48390994ba7186b720033381265ce307 /arch/arm/boot/dts/tegra20.dtsi | |
parent | 121a2f6d5f09d929fc663349ba34e248e8d07391 (diff) | |
download | blackbird-op-linux-c4574aa00e7c144ae4d1bfc2388433d9eb82e4d3.tar.gz blackbird-op-linux-c4574aa00e7c144ae4d1bfc2388433d9eb82e4d3.zip |
ARM: dts: tegra: move serial aliases to per-board
There are general changes pending to make the /aliases/serial* entries
number the serial ports on the system. On Tegra, so far the ports have
been just numbered dynamically as they are configured so that makes them
change.
To avoid this, add specific aliases per board to keep the old numbers.
This allows us to change the numbering by default on future SoCs while
keeping the numbering on existing boards.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra20.dtsi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi index 3b374c49d04d..8acf5d85c99d 100644 --- a/arch/arm/boot/dts/tegra20.dtsi +++ b/arch/arm/boot/dts/tegra20.dtsi @@ -9,14 +9,6 @@ compatible = "nvidia,tegra20"; interrupt-parent = <&intc>; - aliases { - serial0 = &uarta; - serial1 = &uartb; - serial2 = &uartc; - serial3 = &uartd; - serial4 = &uarte; - }; - host1x@50000000 { compatible = "nvidia,tegra20-host1x", "simple-bus"; reg = <0x50000000 0x00024000>; |