Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751459AbeAPO3y (ORCPT + 1 other); Tue, 16 Jan 2018 09:29:54 -0500 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:34306 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751205AbeAPO2l (ORCPT ); Tue, 16 Jan 2018 09:28:41 -0500 Subject: Re: [PATCH v4 7/7] ARM: dts: stm32: add initial support of stm32mp157c eval board To: Arnd Bergmann CC: Russell King , Rob Herring , Linus Walleij , Maxime Coquelin , Alexandre Torgue , Gerald Baeza , Linux ARM , Linux Kernel Mailing List , DTML References: <1516111941-12635-1-git-send-email-ludovic.Barre@st.com> <1516111941-12635-8-git-send-email-ludovic.Barre@st.com> From: Ludovic BARRE Message-ID: Date: Tue, 16 Jan 2018 15:28:07 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.44] X-ClientProxiedBy: SFHDAG3NODE1.st.com (10.75.127.7) To SFHDAG6NODE1.st.com (10.75.127.16) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2018-01-16_05:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 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 > sorry, I fix that :-( BR Ludo