From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v3 3/3] tty: st-asc: Update tty alias Date: Wed, 7 Mar 2018 10:13:41 -0600 Message-ID: References: <1520412597-30545-1-git-send-email-patrice.chotard@st.com> <1520412597-30545-4-git-send-email-patrice.chotard@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <1520412597-30545-4-git-send-email-patrice.chotard@st.com> Sender: linux-kernel-owner@vger.kernel.org To: Patrice Chotard Cc: Mark Rutland , Russell King , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , "linux-kernel@vger.kernel.org" , devicetree@vger.kernel.org, Greg Kroah-Hartman , Jiri Slaby , linux-serial@vger.kernel.org List-Id: devicetree@vger.kernel.org On Wed, Mar 7, 2018 at 2:49 AM, wrote: > From: Patrice Chotard > > Since dtc v1.4.6-9-gaadd0b65c987, aliases property name > must include only lowercase and '-'. > > After having updated all STi boards serial aliases from "ttyASN" > to "serialN", st-asc driver need to be updated accordingly as tty > aliases id is retrieved using of_alias_get_id(). > > Signed-off-by: Patrice Chotard > --- > v3: _ update st-asc driver with "serial" alias prefix and keep "ttyAS" in second choice > v2: _ update st-asc driver with "serial" alias prefix > > drivers/tty/serial/st-asc.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Reviewed-by: Rob Herring