ARM: dts: tegra: move serial aliases to per-board
authorOlof Johansson <olof@lixom.net>
Tue, 11 Nov 2014 20:49:30 +0000 (12:49 -0800)
committerThierry Reding <treding@nvidia.com>
Thu, 13 Nov 2014 15:58:52 +0000 (16:58 +0100)
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>

No differences found