diff options
author | Olof Johansson <olof@lixom.net> | 2014-11-11 21:49:30 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-11-13 16:58:52 +0100 |
commit | c4574aa00e7c144ae4d1bfc2388433d9eb82e4d3 (patch) | |
tree | 5bab9bed48390994ba7186b720033381265ce307 /arch/arm/boot/dts/tegra30-cardhu.dtsi | |
parent | ARM: tegra: Add serial port labels to Tegra124 DT (diff) | |
download | linux-c4574aa00e7c144ae4d1bfc2388433d9eb82e4d3.tar.xz 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/tegra30-cardhu.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra30-cardhu.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra30-cardhu.dtsi b/arch/arm/boot/dts/tegra30-cardhu.dtsi index 206379546244..a1b682ea01bd 100644 --- a/arch/arm/boot/dts/tegra30-cardhu.dtsi +++ b/arch/arm/boot/dts/tegra30-cardhu.dtsi @@ -30,6 +30,8 @@ aliases { rtc0 = "/i2c@7000d000/tps65911@2d"; rtc1 = "/rtc@7000e000"; + serial0 = &uarta; + serial1 = &uartc; }; memory { |