diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-10-31 17:34:55 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-11-03 17:01:01 -0800 |
commit | 7e6a30317983e628b93eb2bffd67ef6dbca303bf (patch) | |
tree | 63bec2b53c9661543ac24d391a825bc1445b8773 /arch/arm/boot | |
parent | 75ebe3bce0110c06056415a09945eb5c3ebdcf8a (diff) |
ARM: dts: mmp3-dell-ariel: Add a serial point alias
Make sure UART3, where the console is, is called ttyS2. That is
consistent with the early console.
Link: https://lore.kernel.org/r/20191031163455.1711872-5-lkundrak@v3.sk
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/mmp3-dell-ariel.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mmp3-dell-ariel.dts b/arch/arm/boot/dts/mmp3-dell-ariel.dts index 0855b5f1d1f3..c1947b5a688d 100644 --- a/arch/arm/boot/dts/mmp3-dell-ariel.dts +++ b/arch/arm/boot/dts/mmp3-dell-ariel.dts @@ -14,6 +14,10 @@ model = "Dell Ariel"; compatible = "dell,wyse-ariel", "marvell,mmp3"; + aliases { + serial2 = &uart3; + }; + chosen { #address-cells = <0x1>; #size-cells = <0x1>; |