Message ID | 20191031163455.1711872-5-lkundrak@v3.sk (mailing list archive) |
---|---|
State | Mainlined |
Commit | 7e6a30317983e628b93eb2bffd67ef6dbca303bf |
Headers | show |
Series | [1/4] ARM: dts: mmp3: Add a name to /clocks node | expand |
diff --git a/arch/arm/boot/dts/mmp3-dell-ariel.dts b/arch/arm/boot/dts/mmp3-dell-ariel.dts index 0855b5f1d1f35..c1947b5a688d7 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>;
Make sure UART3, where the console is, is called ttyS2. That is consistent with the early console. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> --- arch/arm/boot/dts/mmp3-dell-ariel.dts | 4 ++++ 1 file changed, 4 insertions(+)