serial: sifive: Remove 0 from fu540-c000-uart0 binding.
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Thu, 7 Mar 2024 09:09:50 +0000 (10:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Apr 2024 13:48:46 +0000 (15:48 +0200)
commit4210022789f345642d56b8165757df6316560db7
tree8f5d9bcac6fde319e55a5384d903a7ec0670993a
parent56de74b4d783f41c2e2b745555c662c4031b5d87
serial: sifive: Remove 0 from fu540-c000-uart0 binding.

The driver is using "sifive,fu540-c000-uart0" as a binding. The device
tree and documentation states "sifive,fu540-c000-uart" instead. This
means the binding is not matched and not used.

This did not cause any problems because the alternative binding, used in
the device tree, "sifive,uart0" is not handling the hardware any
different.

Align the binding in the driver with the documentation.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240307090950.eLELkuyK@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sifive.c