[PATCH v3 3/3] tty: st-asc: Update tty alias
From: robh+dt@kernel.org (Rob Herring)
Date: 2018-03-07 16:14:04
Also in:
linux-devicetree, linux-serial, lkml
From: robh+dt@kernel.org (Rob Herring)
Date: 2018-03-07 16:14:04
Also in:
linux-devicetree, linux-serial, lkml
On Wed, Mar 7, 2018 at 2:49 AM, [off-list ref] wrote:
From: Patrice Chotard <redacted> 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 <redacted> --- 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 <robh@kernel.org>