serial: st-asc: fix typo in property name
authorRaphael Gallais-Pou <rgallaispou@gmail.com>
Sun, 4 Jun 2023 08:35:58 +0000 (10:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Jun 2023 12:42:58 +0000 (14:42 +0200)
commit643662d12bc2b38ca693d6707e8da11c4777a09f
tree8a943fccbb730cf9a246fbe021156113ec209c5e
parent66eff0ef528b6d6e9a45b68f6cd969dcbe7b800a
serial: st-asc: fix typo in property name

Changes the property name read in the driver according to the YAML.
According to device-tree documentation, property names should not
include underscores.

Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Message-ID: <20230604083558.16661-1-rgallaispou@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/st-asc.c