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

2018-01-16 Thread Ludovic BARRE
On 01/16/2018 03:25 PM, Arnd Bergmann wrote: On Tue, Jan 16, 2018 at 3:12 PM, Ludovic Barre wrote: + + aliases { + serial3 = &uart4; + }; Why 'serial3' ? If you have multiple UARTS on this board, just list all of them, otherwise start with 'serial0'. Arnd

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

2018-01-16 Thread Arnd Bergmann
On Tue, Jan 16, 2018 at 3:12 PM, Ludovic Barre wrote: > + > + aliases { > + serial3 = &uart4; > + }; Why 'serial3' ? If you have multiple UARTS on this board, just list all of them, otherwise start with 'serial0'. Arnd