Re: [PATCH v4 7/7] ARM: dts: stm32: add initial support of stm32mp157c eval board

From: Ludovic BARRE
Date: Tue Jan 16 2018 - 09:29:58 EST




On 01/16/2018 03:25 PM, Arnd Bergmann wrote:
On Tue, Jan 16, 2018 at 3:12 PM, Ludovic Barre <ludovic.Barre@xxxxxx> wrote:

+
+ aliases {
+ serial3 = &uart4;
+ };

Why 'serial3' ? If you have multiple UARTS on this board, just list
all of them, otherwise
start with 'serial0'.

Arnd

sorry, I fix that :-(

BR
Ludo