]> asedeno.scripts.mit.edu Git - linux.git/commit
serial: 8250_uniphier: remove unused "fifo-size" property
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 28 Sep 2018 02:05:07 +0000 (11:05 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2018 20:38:58 +0000 (13:38 -0700)
commit2fd8e454189d580bcfc198fee60e51655945b986
treea93347a0bb7a92efbc97c9d6a60099210010830b
parent9e3eb4eabdb6f652ca8a99f58f3eccf29610839d
serial: 8250_uniphier: remove unused "fifo-size" property

The FIFO size of the UART devices is 64 on almost all UniPhier SoCs
with the exception Pro4TV SoC (MN2WS0235), which used 128 FIFO size.
However, Pro4TV SoC was never upstreamed, and out of production.

So, this property has never been used in a useful way.
Let's remove old unused code.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/serial/uniphier-uart.txt
drivers/tty/serial/8250/8250_uniphier.c